vitalets / checklist-model

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

Add $destroy event listener. #133

Closed erickwilder closed 8 years ago

erickwilder commented 8 years ago

Following Angular best practices to always destroy a directive and (possibly) unbind any watcher to avoid leaks

beradrian commented 8 years ago

I merged your PR. It will be included in the next release. Thank you.

erickwilder commented 8 years ago

Thanks @beradrian!