AngularJS Email Validation Fails -
you can test original address: https://docs.angularjs.org/api/ng/input/input%5bemail%5d
it fails when remove dot. how can add requirements?
the perceived problem lies in fact email without dot legal. bob@localhost valid email address. until rfc spec changes require dot, choices apply validation client side via regex or handle server side. see post lengthier explanation.
Comments
Post a Comment