1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 05:33:59 +00:00

UI updates for org pages

This commit is contained in:
Kyle Spearrin
2017-03-28 22:09:27 -04:00
parent b156a27d1f
commit cbcfdafef6
4 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,9 @@
$scope.loading = true;
$scope.subvaults = [];
$scope.selectedSubvaults = {};
$scope.model = {
type: 'User'
};
$uibModalInstance.opened.then(function () {
apiService.subvaults.listOrganization({ orgId: $state.params.orgId }, function (list) {