I am using confirm-against directive to validate if the password confirmation field matches against password field. The html tag is as below:
*<input aa-field-group="passwordConfirmation" type="password" autocomplete="off" ng-confirm-field confirm-against="password" required/>* If I enter an invalid password and password confirmation field is same as the password field, then I still get validation message as "Password confirmation is invalid". Is this the default behavior of confirm-against directive? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
