vitalets / checklist-model

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

Does not work when not initialized #169

Open benjaminpick opened 6 years ago

benjaminpick commented 6 years ago

When using the checkbox-model directive without initializing the variable in the controller, the directive does nothing:

http://jsfiddle.net/fjoLy5sq/955/

This is unlike the behaviour of ng-model. Is there a way to auto-initiliaze the checkbox?