angular-mn-input

0.0.5 • Public • Published

npm version Dependency Status MIT Licence

angular-mn-input

An angular directive to mn-input

See the demo

preview demo

Install

npm install --save angular-mn-input

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

Usage

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

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

<mn-input placeholder="Username" ng-model='username'></mn-input>

For more details check docs mn-input docs.

Package Sidebar

Install

npm i angular-mn-input

Weekly Downloads

3

Version

0.0.5

License

MIT

Last publish

Collaborators

  • darlanmendonca