1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Add site modal stubbed out

This commit is contained in:
Kyle Spearrin
2016-09-03 16:48:39 -04:00
parent 984c61e10f
commit 2871e04cc7
6 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.vault')
.controller('vaultAddSiteController', function ($scope) {
console.log('modal controller');
});