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 #84

Closed StateBarofArizona closed 9 years ago

StateBarofArizona commented 9 years ago

Does not appear to work with the latest version of AngularJS. Using a hard coded checkbox and still, nothing shows up.

            <div class="form-control checkbox">
                <label><input type="checkbox" checklist-model="formData.CategoryIDees" checklist-value="99">99 Test</label>
            </div>
beradrian commented 9 years ago

Duplicate of #28.