Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scniro/ng-passcheck
A policy driven AngularJS directive to check password strength
https://github.com/scniro/ng-passcheck
Last synced: about 1 month ago
JSON representation
A policy driven AngularJS directive to check password strength
- Host: GitHub
- URL: https://github.com/scniro/ng-passcheck
- Owner: scniro
- License: mit
- Created: 2015-10-17T22:53:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T20:17:36.000Z (almost 9 years ago)
- Last Synced: 2024-09-09T11:08:41.924Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngPasscheck
A policy driven AngularJS way to check password strengthThis is just a wrapper for [passcheck](https://github.com/scniro/passcheck)
- [demo/api](http://ng-passcheck.azurewebsites.net/)
# Getting Started
```
bower install ng-passcheck
```* Include the `ngPasscheck` module as a dependency in your AngularJS application
```javascript
angular.module('app', ['ngPasscheck'])
```