1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

apps page

This commit is contained in:
Kyle Spearrin
2017-04-13 10:09:19 -04:00
parent ce64601e38
commit ce68c1599f
6 changed files with 170 additions and 2 deletions

View File

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