1
0
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:
Kyle Spearrin
2016-09-03 00:03:13 -04:00
parent 8fafe2bd6d
commit e322c77725
33 changed files with 425 additions and 244 deletions

13
src/popup/app/app.js Normal file
View File

@@ -0,0 +1,13 @@
angular
.module('bit', [
'ionic',
'angular-jwt',
'bit.services',
'bit.accounts',
'bit.current',
'bit.vault',
'bit.settings',
'bit.tools'
]);