Form Validation - Email Validation not working as expected in AngularJs

后端 未结 6 739
北荒
北荒 2020-12-25 12:35

I am using Angular for form validation.

Here is what I use - plunker-edit I have taken this code from Angularjs documentation - Binding to form and control state Hav

6条回答
  •  一个人的身影
    2020-12-25 13:22

    Refer to my another answer: AngularJS v1.3.x Email Validation Issue

    Try to use ng-pattern in your email input.

    
    

    It fits your valid and invalid cases.

    See an example: plunk

提交回复
热议问题