https://github.com/patrickjs/angular-password
The most performant AngularJS directive for matching two password input fields
https://github.com/patrickjs/angular-password
Last synced: 8 months ago
JSON representation
The most performant AngularJS directive for matching two password input fields
- Host: GitHub
- URL: https://github.com/patrickjs/angular-password
- Owner: PatrickJS
- License: mit
- Created: 2014-08-20T19:08:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T21:18:52.000Z (over 7 years ago)
- Last Synced: 2025-04-17T07:26:38.274Z (8 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 45
- Watchers: 2
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular-password
================
The most performant AngularJS directive for matching two password input fields. I use angular's built in $parsers rather than relying on a $watch
Installation
`bower install angular-password`
or
`npm install angular-password`
Inject angular-password into your module
```javascript
angular.module('yourmodulename', ['ngPassword']);
```
Simple example.
```html
```
With ngMessages
```html
New Password
Re-Type New Password
Submit
```
Licensing information can be found [here](LICENSE)