/angularjs-match-with-directive

angularjs match with validator (passwords or any other input) directive

Angularjs matchWith Directive

Angularjs match with validator (passwords or any other input) directive.

Special feature: adjusts validation when editing the matchWith element too

Usage example:

<form name="myForm">
    <input type="text" name="password">
    <input type="text" name="passwordRepeat" match-with="myForm.passwordRepeat">
</form>