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.
Multiple problems with $validate after a validator changes #7836
Closed
Description
See example at: http://plnkr.co/edit/i320YT1EX8Dmst6m7dVM?p=preview
- value always becomes valid if
$validate
is invoked while the value is invalid: entermax=5
,value=123456
=> changemax
to be 3 =>value
is now valid. - model remains undefined even after
$validate
validators are now valid: entermax=5
,value=123456
=> changemax
to be 9 =>value
is still undefined. - model does not become undefined even after
$validate
validators are now invalid:max=9
,value=123456
=> changemax
to be 5 => value is still 123456
Metadata
Metadata
Assignees
Labels
No labels