1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 13:53:17 +00:00

groups list/add/edit

This commit is contained in:
Kyle Spearrin
2017-05-08 16:01:36 -04:00
parent ea82925e14
commit 9c706f07f0
10 changed files with 280 additions and 5 deletions

View File

@@ -60,6 +60,10 @@ angular
$scope.$broadcast('organizationPeopleInvite');
};
$scope.addOrganizationGroup = function () {
$scope.$broadcast('organizationGroupsAdd');
};
// Append dropdown menu somewhere else
var bodyScrollbarWidth,
appendedDropdownMenu,