Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng-password-meter

Cykra1.1kMIT0.1.7

An easy to implement password strength meter developed and maintained for the Lifekees Password Manager

angular, passwords, password meter, password strength, password measure

readme

ng-password-meter

An easy to implement password strength meter originally developed for the Lifekees Password Manager by Cykra Ltd

Based on:

Usage

  1. Add the following in your web page:

    <script src="ng-password-meter/ng-password-meter.js"></script>
    <script src="ng-password-meter/ng-password-meter.css"></script>
  2. Set ng-password-meter as a dependency in your module

    var myapp = angular.module('myapp', ['ngPasswordMeter'])
  3. Add ng-password-meter to your html at the appropriote position and specify the model to measure. Example:

    <ng-password-meter password="pass"></ng-password-meter>

Dependencies

None

Also Used By: