0.0.4 • Published 7 years ago

angular-mn-password v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version Dependency Status MIT Licence

angular-mn-password

An angular directive to mn-password

See the demo

preview demo

Install

npm install --save angular-mn-password

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

// add dependency in you module
angular.module('app', [
  'mn-password'
]);

And then, in your html, you can use the tag:

<mn-password placeholder="Password" ng-model='password'></mn-password>

For more details check mn-password docs.