mirror of
https://github.com/bitwarden/web
synced 2026-01-10 12:33:43 +00:00
groups pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
angular
|
||||
.module('bit.organization')
|
||||
|
||||
.controller('organizationSubvaultsGroupsController', function ($scope, $state, $uibModalInstance, subvault) {
|
||||
$scope.subvault = subvault;
|
||||
|
||||
$scope.close = function () {
|
||||
$uibModalInstance.dismiss('cancel');
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user