Skip to content

Commit

Permalink
fix app scope selection
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 4, 2015
1 parent ee5ba3b commit f141204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/app/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="modal-title">Update</h3>
</colgroup>
<tbody>
<tr ng-repeat="scope in scopes">
<td><input type="checkbox" ng-model="app.scopes[$index]" ng-true-value="{{scope.name}}" ng-false-value="" id="scope-{{scope.id}}" /></td>
<td><input type="checkbox" ng-model="app.scopes[$index]" ng-true-value="'{{scope.name}}'" ng-false-value="''" id="scope-{{scope.id}}" /></td>
<td><label for="scope-{{scope.id}}">{{scope.name}}</label></td>
</tr>
</tbody>
Expand Down

0 comments on commit f141204

Please sign in to comment.