Top "Ng-messages" questions

Use for questions about the AngularJS ng-messages module.

How do I reset a form including removing all validation errors?

I have an Angular form. The fields are validated using the ng-pattern attribute. I also have a reset button. I'm …

html angularjs ng-messages
Angular ng-messages: how to check password confirmation?

THE SITUATION: I am using ng-messages directive for instant validation in my angular app. Everything is working fine except one …

javascript angularjs validation ionic-framework ng-messages
angular ng-messages only showing when $touched is true

I am not doing anything too special. I have an input I want validated with every key stroke. If validation …

javascript angularjs angular-material ng-messages
angularjs: ng-message always showing

I'm using angular-messages to display form validation errors on my angular app. As per the documentation, I have built the …

angularjs ng-messages
Validate custom directive using ngMessages

I writing a web app in angularjs and using angular material (not sure if that is relevant to the question) …

javascript html angularjs validation ng-messages
Angular dynamically set ng-messages to name attribute

I dynamically create inputs and want also validate every one of them but cant set correctly the ng-messages attribute to …

javascript angularjs validation ng-messages
Ngmessages Uncaught TypeError l.module(...).info is not a function

I've installed Angular-Messages to my Ionic V1 App but I cannot make it work. Error: Uncaught TypeError: l.module(...).info …

angularjs ionic-framework ng-messages
How to show error messages for Checkbox set and Radio set using ng-messages?

I have been trying to validate Checkbox set and Radio set and show the error messages using ng-messages directive but …

angularjs ng-messages