You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
My very new to angular js. while exploring it , i got this issue.
**I'm submitting a ... bug report **
bug report
feature request
other (Please do not submit support requests here (see above))
Current behavior: If you are validate a email address m@g the result says its true.
Expected / new behavior: Expected
my expection is m@g have to say false. when the input contain (@ .) symbols only it have to say true.
Minimal reproduction of the problem with instructions:
Angular version: 1.x.y
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Anything else:
The text was updated successfully, but these errors were encountered:
A domain name (or often just a "domain") consists of one or more components, separated by dots if more than one appears.
[...]
These components ("labels" in DNS terminology, RFC 1035) are restricted for SMTP purposes to consist of a sequence of letters, digits, and hyphens drawn from the ASCII character set.
This means that the part appearing after the @ is allowed to have a single segment.
Also ensure to read the following issue/PR, which are also discussing email validation in AngularJS: #15864 #14719
My very new to angular js. while exploring it , i got this issue.
**I'm submitting a ... bug report **
Current behavior: If you are validate a email address m@g the result says its true.
Expected / new behavior: Expected
my expection is m@g have to say false. when the input contain (@ .) symbols only it have to say true.
Minimal reproduction of the problem with instructions:
Angular version: 1.x.y
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Anything else:
The text was updated successfully, but these errors were encountered: