Browse Source

Add title attribute

pull/11/head
Jack 6 years ago
parent
commit
826d49424e
Signed by: foltik <jack@foltz.io> GPG Key ID: 303F88F996E95541
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/views/panel/api.html

+ 1
- 1
public/views/panel/api.html View File

@@ -61,7 +61,7 @@
<tr ng-repeat="(prefix, perms) in scopeObj">
<th>{{prefix}}:</th>
<td ng-repeat="perm in perms">
<input type="checkbox" name="{{perm.name}}" ng-model="perm.isChecked" ng-change="checkCkPerm(prefix, perm)"/>
<input type="checkbox" title="{{perm.name}} name="{{perm.name}}" ng-model="perm.isChecked" ng-change="checkCkPerm(prefix, perm)"/>
<label for="{{perm.name}}" ng-bind="perm.name"></label>
</td>
</tr>


Loading…
Cancel
Save