1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

modal UI for sharing folders/logins from vault

This commit is contained in:
Kyle Spearrin
2017-02-25 22:38:30 -05:00
parent 642b35582f
commit afaaf7d73a
5 changed files with 75 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
{{folder.name}} <small>{{folderLogins.length}} logins</small>
</h3>
<div class="box-tools">
<button type="button" class="btn btn-box-tool" uib-tooltip="Share" ng-show="folder.id">
<button type="button" ng-click="shareFolder(folder)" class="btn btn-box-tool" uib-tooltip="Share"
ng-show="folder.id">
<i class="fa fa-user-plus"></i>
</button>
<div class="btn-group">