mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
reorganize project folder structure and remove asp.net dependency
This commit is contained in:
20
src/app/app.js
Normal file
20
src/app/app.js
Normal file
@@ -0,0 +1,20 @@
|
||||
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.settings',
|
||||
'bit.tools'
|
||||
]);
|
||||
Reference in New Issue
Block a user