Skip to content

minimalist-components/angular-mn-input

Repository files navigation

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.