vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 206 forks source link

Breaks when used with ng-model-options="{ updateOn: 'submit' }" #138

Open rjmackay opened 8 years ago

rjmackay commented 8 years ago

When using ng-model-options="{ updateOn: 'submit' }", if multiple values are select only 1 is saved to the model. Somehow the watch on checked is only triggered once.

beradrian commented 8 years ago

Could you please build an example on plunkr or jsfiddle?