angular-match
v1.0.1
Published
Validate if two inputs match the same value.
Downloads
2
Readme
angular-match
Validate if two inputs match the same value.
Install
bower install angular-match
Usage
<form class="signupForm">
<input type="password" name="password" ng-model="password">
<input type="password" name="repeatPassword" match="password">
<div ng-show="myForm.repeatPassword.$error.match">Password do not match!</div>
</form>
License
MIT