You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Using a list of checkboxes (within ng-repeat) I've found that checking a checkbox won't get evaluated if both the ng-true-value and ng-required attributes are present. Removing one or the other will allow the model to update normally.
Put the input[checkbox] formatter and parser first in the $formatters
and $parsers queue so they are the first being called when formatting
and the last when parsing
Closesangular#6875
Using a list of checkboxes (within ng-repeat) I've found that checking a checkbox won't get evaluated if both the ng-true-value and ng-required attributes are present. Removing one or the other will allow the model to update normally.
See Plunker
http://plnkr.co/edit/keCYcSjyZnaSJMpHP2UE?p=preview
The text was updated successfully, but these errors were encountered: