1
0
mirror of https://github.com/bitwarden/web synced 2026-01-07 11:03:16 +00:00

Update 2017-06-16T19:32:17.077Z

This commit is contained in:
Kyle Spearrin
2017-06-16 15:32:21 -04:00
parent bba198d3bf
commit 3103e03a2c
19 changed files with 254 additions and 99 deletions

View File

@@ -23,12 +23,12 @@
</button>
<ul class="dropdown-menu">
<li ng-show="!user.accessAll">
<a href="javascript:void(0)" ng-click="remove(user)" class="text-red">
<a href="#" stop-click ng-click="remove(user)" class="text-red">
<i class="fa fa-fw fa-remove"></i> Remove
</a>
</li>
<li ng-show="user.accessAll">
<a href="javascript:void(0)">
<a href="#" stop-click>
No options...
</a>
</li>