The most performant AngularJS directive for matching two password input fields
npm install angular-passwordangular-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 ngMessageshtml``
Licensing information can be found here