Skip to content

Instantly share code, notes, and snippets.

@chandermani
Created March 9, 2014 13:42
Show Gist options
  • Select an option

  • Save chandermani/9447921 to your computer and use it in GitHub Desktop.

Select an option

Save chandermani/9447921 to your computer and use it in GitHub Desktop.

Revisions

  1. chandermani created this gist Mar 9, 2014.
    7 changes: 7 additions & 0 deletions customvalidator2.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <input type="email"
    ng-model='userEmail'
    name='email' required
    class="form-control"
    custom-remote-validator="duplicate"
    remote-validate-functions="duplicateMailRemoteCheck"
    update-on-blur=""/>