We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In GitLab by @smoretti on Dec 11, 2017, 12:44
Currently the e-mail syntax checker of topanat only test for something like .@. ("." being anything)
It should test for [\w\.\-]+@[\w\-].[\w]{2,5}
The text was updated successfully, but these errors were encountered:
In GitLab by @smoretti on Dec 11, 2017, 16:15
e.g. 1@1 as e-mail works but should not!
Sorry, something went wrong.
In GitLab by @smoretti on Dec 13, 2017, 12:06
Doc about ng-pattern to change that: https://docs.angularjs.org/api/ng/input/input%5Bemail%5D
Examples howto https://stackoverflow.com/questions/24490668/how-to-validate-email-id-in-angularjs-using-ng-pattern
In GitLab by @smoretti on Dec 13, 2017, 12:07
To do at the same time than #155
smoretti
No branches or pull requests
In GitLab by @smoretti on Dec 11, 2017, 12:44
Currently the e-mail syntax checker of topanat only test for something like .@. ("." being anything)
It should test for [\w\.\-]+@[\w\-].[\w]{2,5}
The text was updated successfully, but these errors were encountered: