Skip to content

Commit

Permalink
Add missing ctrl (oppia#7032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita240796 authored and seanlip committed Jun 28, 2019
1 parent 7aba5c1 commit a614c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</span>
</small>
<div class="item-selection-input-container" ng-repeat="choice in $ctrl.choices track by $index">
<div ng-if="displayCheckboxes">
<div ng-if="$ctrl.displayCheckboxes">
<label class="item-selection-input-item">
<md-checkbox class="item-selection-input-checkbox" ng-model="$ctrl.userSelections[choice]" ng-checked="$ctrl.userSelections[choice]"
ng-change="$ctrl.onToggleCheckbox()" ng-disabled="$ctrl.preventAdditionalSelections && !$ctrl.userSelections[choice]" tabindex="0">
Expand Down

0 comments on commit a614c6b

Please sign in to comment.