Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(input): don't perform HTML5 validation on updated model-value #6806

Closed
wants to merge 1 commit into from

Commits on Mar 23, 2014

  1. 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.
    
    Closes angular#6796
    caitp committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    ec18622 View commit details
    Browse the repository at this point in the history