1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

created home and splash pages

This commit is contained in:
Kyle Spearrin
2016-09-20 16:40:04 -04:00
parent 47b500d7c0
commit 797a18b46a
9 changed files with 94 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.global')
.controller('homeController', function ($scope) {
});