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

groups pages

This commit is contained in:
Kyle Spearrin
2017-04-20 16:31:52 -04:00
parent ede10677f9
commit 180101400f
10 changed files with 80 additions and 8 deletions

View File

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