This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
multicheckbox selected value not rendering on veiwvalue and modelValue #772
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels