Hi,
Loving Angular so far! One question - with the built in directives (email, required, etc.), if I submit the form then the browser jumps to the field and says "Please fill out this field."
How do I cause my own directives (ie matches, password, isOneOfThese, etc.) have similar behavior? Here is an example directive:
http://pastebin.com/kueDPDbb
Also, if I want to customize the text for the other directives, how would I do that?
Thanks in advance!
- Calvin