An easy to implement password strength meter developed and maintained for the Lifekees Password Manager
npm install ng-password-meterBased on:
* [https://github.com/subarroca/ng-password-strength][strength]
* [http://blog.brunoscopelliti.com/angularjs-directive-to-test-the-strength-of-a-password][bruno]
* [http://www.passwordmeter.com][meter]
[strength]: https://github.com/subarroca/ng-password-strength
[bruno]: http://blog.brunoscopelliti.com/angularjs-directive-to-test-the-strength-of-a-password
[meter]: http://www.passwordmeter.com
``html`
2. Set ng-password-meter as a dependency in your module`
javascript`
var myapp = angular.module('myapp', ['ngPasswordMeter'])
4. Add ng-password-meter to your html at the appropriote position and specify the model to measure. Example:
`html``