1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

stubbed out ionic app for browser_action

This commit is contained in:
Kyle Spearrin
2016-09-01 00:34:38 -04:00
parent 54695c5673
commit 724a136b7e
19 changed files with 176 additions and 61 deletions

View File

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