Form Validation - Email Validation not working as expected in AngularJs

后端 未结 6 722
北荒
北荒 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:12

    These emails are valid, as they can be local emails or to an intranet email server: Domains.

    The TLD is not required for local emails. As shown in the Wikipedia example, the domain may even contain an IP Address in place of the domain.

提交回复
热议问题