1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-20 07:40:57 +02:00
bitwarden-browser/src/popup/app/app.js

17 lines
291 B
JavaScript
Raw Normal View History

angular
.module('bit', [
'ui.router',
2016-09-03 06:03:13 +02:00
'angular-jwt',
'ngAnimate',
2016-09-03 06:03:13 +02:00
'bit.directives',
2016-09-03 06:03:13 +02:00
'bit.services',
'bit.global',
2016-09-02 06:50:57 +02:00
'bit.accounts',
'bit.current',
'bit.vault',
'bit.settings',
'bit.tools'
]);