angularjs - Angular.js, form validation only on submit -
How to perform a form verification with only Angular.js?
I want to show error messages, except for changing the focus, etc. submit on this page, such as: submit.
Check this out.
The form model will always contain the actual information about its validity so that you can check it upon submitting.
Comments
Post a Comment