realcrowd / angularjs-utilities

Hopefully useful directives, providers, filters, etc for AngularJS
Other
199 stars 50 forks source link

Dont show error message on start page #18

Open amilgaul opened 9 years ago

amilgaul commented 9 years ago

Hi,

First, I want to say that this was an awesome form validation.In the tutorial provided on simple login form, the message is being shown after the page loaded and in my case i want to show only the form inputs and hide the error message "required". Can anyone teach me how to achieve this.

Thanks.