# angular-password **Repository Path**: mirrors_felixfbecker/angular-password ## Basic Information - **Project Name**: angular-password - **Description**: The most performant AngularJS directive for matching two password input fields - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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
``` Licensing information can be found [here](LICENSE)