This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Using ng-true-value in conjunction with ng-required fails to pass value to model #6875
Closed
Description
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