I am using confirm-against directive to validate password confirmation field 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 invalid password and try entering the same password for passwordConfirmation field, I get a validation error as "PasswordConfirmation is invalid". Is it 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.
