GUAC-932: Provide flag-based view for PermissionSets. Use ngModel instead of ngChecked for permission checkboxes in user edit UI.

This commit is contained in:
Michael Jumper
2014-12-23 01:40:23 -08:00
parent c26d5a77ab
commit f564e26fd1
5 changed files with 170 additions and 71 deletions

View File

@@ -21,6 +21,6 @@
THE SOFTWARE.
-->
<input type="checkbox" ng-checked="context.canReadConnectionGroup(item.identifier)"/>
<input type="checkbox" ng-model="context.getPermissionFlags().connectionGroupPermissions.READ[item.identifier]"/>
<span class="name">{{item.name}}</span>
</div>