Skip to content

minimalist-components/angular-mn-password

Repository files navigation

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.

About

An angular directive to mn-password

Resources

License

Stars

Watchers

Forks

Packages

No packages published