1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 15:43:28 +00:00

UI/UX tweaks

This commit is contained in:
Kyle Spearrin
2017-04-28 15:28:00 -04:00
parent f11d4a92df
commit cc62237ab5
8 changed files with 49 additions and 14 deletions

View File

@@ -9,6 +9,10 @@
loadList();
});
$scope.$on('organizationCollectionsAdd', function (event, args) {
$scope.add();
});
$scope.add = function () {
var modal = $uibModal.open({
animation: true,