Skip to content

gregberge/angular-match

Repository files navigation

angular-match

This plugin is no longer actively maintained, you can still use it but issues will not be resolved. If you want the npm name, you can contact me by email.

Build Status Dependency Status devDependency Status

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

About

Validate if two inputs match the same value.

Resources

License

Stars

Watchers

Forks

Packages

No packages published