mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
setup various pages and services
This commit is contained in:
13
src/popup/app/app.js
Normal file
13
src/popup/app/app.js
Normal file
@@ -0,0 +1,13 @@
|
||||
angular
|
||||
.module('bit', [
|
||||
'ionic',
|
||||
'angular-jwt',
|
||||
|
||||
'bit.services',
|
||||
|
||||
'bit.accounts',
|
||||
'bit.current',
|
||||
'bit.vault',
|
||||
'bit.settings',
|
||||
'bit.tools'
|
||||
]);
|
||||
Reference in New Issue
Block a user