1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-10 06:08:34 +02:00
bitwarden-browser/src/app/app.js
2017-02-21 00:30:00 -05:00

22 lines
430 B
JavaScript

angular
.module('bit', [
'ui.router',
'ngMessages',
'angular-jwt',
'angular-md5',
'ui.bootstrap.showErrors',
'toastr',
'angulartics',
'angulartics.google.analytics',
'bit.directives',
'bit.services',
'bit.global',
'bit.accounts',
'bit.vault',
'bit.shared',
'bit.settings',
'bit.tools'
]);