1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +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,6 @@
angular
.module('bit.settings')
.controller('settingsController', function ($scope) {
});