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

19 lines
349 B
JavaScript
Raw Normal View History

angular
.module('bit', [
'ui.router',
'ngAnimate',
'toastr',
'angulartics',
'angulartics.google.analytics',
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'
]);