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

fix(input): use Chromium's email validation regexp #5924

Closed
wants to merge 1 commit into from

Commits on Jan 22, 2014

  1. fix(input): use Chromium's email validation regexp

    This change uses the regexp from Chromium/Blink to validate emails, and corrects
    an error in the validation engine, which previously considered an invalid email
    to be valid. Additionally, the regexp was invalidating emails with capital
    letters, however this is not the behaviour recomended in the spec, or implemented
    in Chromium.
    
    Closes angular#5899
    caitp committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    a48c0cb View commit details
    Browse the repository at this point in the history