angular-match

1.0.1 • Public • Published

angular-match

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

Readme

Keywords

none

Package Sidebar

Install

npm i angular-match

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • neoziro