1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 06:43:31 +00:00

user vault collections changed to show all shared

This commit is contained in:
Kyle Spearrin
2017-04-27 16:24:38 -04:00
parent 54172c441f
commit a083fc9084
16 changed files with 71 additions and 48 deletions

View File

@@ -252,8 +252,8 @@
$scope.share = function (login) {
var modal = $uibModal.open({
animation: true,
templateUrl: 'app/vault/views/vaultShare.html',
controller: 'vaultShareController',
templateUrl: 'app/vault/views/vaultShareLogin.html',
controller: 'vaultShareLoginController',
resolve: {
loginId: function () { return login.id; }
}