vitalets/checklist-model

The preselected checkbox is not on the checklist until toggled off and on

kamilkp opened this issue · 5 comments

I have only problem here. What happens if there is an inconsistency between ngModel and checklistModel? Let's say that ngModel is true, but checklistModel doesn't contain the value? Or the other way around?

Just curios - why don't you use for initialization the checklist-model?

So, using the checklistModel instead of ngModel solved this. I guess it is fine to leave it like this and close this issue. What do you think?

Yep

Kamil Pękala

Dnia 7 gru 2015 o godz. 11:33 Adrian Ber notifications@github.com napisał(a):

So, using the checklistModel instead of ngModel solved this. I guess it is fine to leave it like this and close this issue. What do you think?


Reply to this email directly or view it on GitHub.

Thanks! Anyway I added to the documentation comments about ngModel and a link to this issue. Many thanks for your involvement.