Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): don't perform HTML5 validation on updated model-value
Running html5-validation immediately after model-value is updated is incorrect, because the view has not updated, and HTML5 constraint validation has not adjusted. This should be properly fixed later on by performing html5 validation after the view value is updated, and a comment has been left to address this in the future. Closes angular#6796
- Loading branch information