vitalets / checklist-model

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

multiple checks at one go!! #125

Closed himanshuchaudhary closed 8 years ago

himanshuchaudhary commented 8 years ago

Hi,

I would like to get multiple checks if I click one check box.

beradrian commented 8 years ago

What do you mean by multiple checks?

himanshuchaudhary commented 8 years ago

it means that i want to check one item..which should simultaneously check other dependent items(not all but some)

[image: image001]

Regards, Himanshu Chaudhary Contact : +91-9035662923 | himanshu.chaudhary@hp.com himanshu.chaudhary@hp.com%20%7C Hewlett-Packard Company | 39/40 | Digital park | Hp Avenue | EC-1 | Bangalore | Karnataka | India

On Fri, Feb 12, 2016 at 9:57 PM, Adrian Ber notifications@github.com wrote:

What do you mean by multiple checks?

— Reply to this email directly or view it on GitHub https://github.com/vitalets/checklist-model/issues/125#issuecomment-183397993 .

beradrian commented 8 years ago

If you want to this then you need to either use checklistChange or scope.$watch on the model. And then modify the other model.