1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 00:53:23 +00:00

setup new organization layout within backend

This commit is contained in:
Kyle Spearrin
2017-03-01 22:47:24 -05:00
parent 05a92ebd26
commit 492e2e693c
12 changed files with 245 additions and 163 deletions

View File

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