angular-auto-validate
angular-auto-validate copied to clipboard
Is there any way to display more than one error message?
I am creating a custom password validator that checks for upper case, lower case. number, symbol, min and max. I would like to display all the errors at one time instead of the just the first error message. I was using ng-pattern with one regular expression and a big long error message displaying the password requirements. This causes the user to have to look at the requirements and decide what is wrong with the password. I would like to tell them what is wrong with potentially showing them multiple messages. How would I accomplish this?