add acl stuff

This commit is contained in:
Julius Haertl
2016-07-08 19:29:07 +02:00
parent 0b46412623
commit 82158f03a0
5 changed files with 26 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<input type="checkbox" name="edit" class="permissions checkbox" checked="checked" id=checkbox-permission-{{ $index }}">
<label for="checkbox-permission-{{ $index }}">verwalten</label>
</span>
<a href="#"><span class="icon icon-delete"> </span></a>
<a ng-click="removeAcl(sharee)"><span class="icon icon-delete">&nbsp;</span></a>
</li>
</ul>