1
0
mirror of https://github.com/bitwarden/web synced 2025-12-12 06:13:28 +00:00

stub out org settings

This commit is contained in:
Kyle Spearrin
2017-04-06 13:10:43 -04:00
parent 8f007a70db
commit 653afe9f8b
5 changed files with 33 additions and 4 deletions

View File

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