Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

multicheckbox selected value not rendering on veiwvalue and modelValue #772

Open
mahendiranp opened this issue Apr 26, 2018 · 0 comments
Open

Comments

@mahendiranp
Copy link

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

@mahendiranp 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant