You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
I am using code for multicheckbox <div ng-repeat="(key, option) in to.options" class="checkbox"> <label> <input type="checkbox" id="{{id + '_'+ $index}}" ng-model="multiCheckbox.checked[$index]" ng-change="multiCheckbox.change()"> {{option[to.labelProp || 'name']}} </label> </div>
when i am selecting checkbox, selected value not rendering on viewValue
The text was updated successfully, but these errors were encountered:
mahendiranp
changed the title
update not happening multicheckbox veiwvalue and modelValue
multicheckbox selected value not rendering on veiwvalue and modelValue
Apr 26, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using code for multicheckbox
<div ng-repeat="(key, option) in to.options" class="checkbox"> <label> <input type="checkbox" id="{{id + '_'+ $index}}" ng-model="multiCheckbox.checked[$index]" ng-change="multiCheckbox.change()"> {{option[to.labelProp || 'name']}} </label> </div>
when i am selecting checkbox, selected value not rendering on viewValue
The text was updated successfully, but these errors were encountered: