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

20 lines
369 B
JavaScript

angular
.module('bit', [
'ui.router',
'ngAnimate',
'toastr',
'angulartics',
'angulartics.google.analytics',
'bit.directives',
'bit.services',
'bit.global',
'bit.accounts',
'bit.current',
'bit.vault',
'bit.settings',
'bit.tools',
'bit.lock'
]);