An open API service indexing awesome lists of open source software.

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

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



You did not enter a field name



Re-Type New Password



You did not enter a field name

Your passwords did not match




Submit

```

Licensing information can be found [here](LICENSE)