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.
I am using form validation using angularjs version 1.3.14.
but the email is not validated properly
when I type "jkpatil211@gmail" it accepts it as valid email format (actually it is not).
When I use version 1.2.6 it validates email properly.
You can check the code at following link.
Try changing angular version. http://plnkr.co/edit/lCRwhj?p=preview
The text was updated successfully, but these errors were encountered:
Actually it is a valid email. You don't need a top level domain (e.g. intranet email). If you want to harden your validation, you can use ngPattern or modify the built-in validator, see https://docs.angularjs.org/guide/forms
I am using form validation using angularjs version 1.3.14.
but the email is not validated properly
when I type "jkpatil211@gmail" it accepts it as valid email format (actually it is not).
When I use version 1.2.6 it validates email properly.
You can check the code at following link.
Try changing angular version.
http://plnkr.co/edit/lCRwhj?p=preview
The text was updated successfully, but these errors were encountered: