angular-mn-password

0.0.4 • Public • Published

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.

Package Sidebar

Install

npm i angular-mn-password

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • darlanmendonca