I have two email address
example@gmail.com
and
example@somevalue
both the email address are valid when I use the AngularJs validation
<input type="email" ng-model="application.email_id" placeholder="Enter Your Email">
I need to make example@somevalue mail address as false if the address is wrong.
This is the tutorial part of AngularJs email validation: there the validation is true when I inputing the above email address.