1
0
mirror of https://github.com/bitwarden/web synced 2025-12-23 19:53:16 +00:00

share modal

This commit is contained in:
Kyle Spearrin
2017-02-25 23:37:42 -05:00
parent 3905b2b945
commit 63c136a1ff
3 changed files with 27 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
isFolder: isFolder
};
$scope.savePromise = null;
$scope.save = function (model) {
$scope.sharePromise = null;
$scope.share = function () {
$uibModalInstance.close({});
};