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

22 lines
430 B
JavaScript
Raw Normal View History

2015-12-09 04:35:05 +01:00
angular
.module('bit', [
'ui.router',
'ngMessages',
'angular-jwt',
'angular-md5',
'ui.bootstrap.showErrors',
'toastr',
'angulartics',
'angulartics.google.analytics',
2015-12-09 04:35:05 +01:00
'bit.directives',
'bit.services',
'bit.global',
'bit.accounts',
'bit.vault',
2017-02-21 04:56:50 +01:00
'bit.shared',
2015-12-09 04:35:05 +01:00
'bit.settings',
'bit.tools'
]);