Skip to content

Instantly share code, notes, and snippets.

@chandermani
Last active August 29, 2015 13:57
Show Gist options
  • Save chandermani/9387934 to your computer and use it in GitHub Desktop.
Save chandermani/9387934 to your computer and use it in GitHub Desktop.
<input type="email" ng-model="user.email" name="uEmail" required /><br/>
<div ng-show="form.uEmail.$dirty && form.uEmail.$invalid">
<span ng-show="form.uEmail.$error.required">Tell us your email.</span>
<span ng-show="form.uEmail.$error.email">This is not a valid email.</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment