mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 15:43:28 +00:00
UI/UX tweaks
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
loadList();
|
||||
});
|
||||
|
||||
$scope.$on('organizationCollectionsAdd', function (event, args) {
|
||||
$scope.add();
|
||||
});
|
||||
|
||||
$scope.add = function () {
|
||||
var modal = $uibModal.open({
|
||||
animation: true,
|
||||
|
||||
Reference in New Issue
Block a user