angular-validation-match icon indicating copy to clipboard operation
angular-validation-match copied to clipboard

Checks if one input matches another. Useful for confirming passwords, emails, or anything.

Results 3 angular-validation-match issues
Sort by recently updated
recently updated
newest added

I have the following html `` in the controller i want to reset the value of the field so i tried $scope.user.confirmPassword = '' and $scope.user.password = '' Nothing happens...

bug
Angular 1.2.x
Angular 1.3.x
Hacktoberfest

The [typeahead directive](https://angular-ui.github.io/bootstrap/#/typeahead) from angular-bootstrap uses the match attribute which causes this directive to be evaluated resulting in the following warning in console: **Match validation requires ngModel to be on...

duplicate