Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

dotstudio-io/ng-password-meter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


No longer maintained.


ng-password-meter

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

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>
  1. Set ng-password-meter as a dependency in your module
var myapp = angular.module('myapp', ['ngPasswordMeter'])
  1. 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

About

An easy to implement password strength meter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published