angularjs - Custom message using standard validation message bubble in Angular JS -


i want create custom validator. examples of doing i've seen involve showing error message switching on span tag.

i know how use standard error messaging tool tips show custom validation message custom validator.

here's example of standard error message tool tips (press on button!)....

<form> <input type="email" name="email" placeholder="email" required="" /> <button>save</button> </form> 

http://jsfiddle.net/ianian123/nnrrf/

i want create validator confirms 2 password entry boxes same if they're not, shows appropriate message inside tool tip.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -