vitalets / checklist-model

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

Inverse - Unchecked if in array #145

Closed aronduby closed 7 years ago

aronduby commented 8 years ago

Is there a decent way to set this up so that values in the array are unchecked and checking them removes them?

beradrian commented 7 years ago

It doesn't make sense to implement this in the directive. Either maintain a duplicated inverse copy of the array or use a function instead.