Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ngPasscheck
A policy driven AngularJS way to check password strength

This 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'])
```