angular-mn-input
v0.0.5
Published
an angular directive to mn-input
Downloads
4
Maintainers
Readme
angular-mn-input
An angular directive to mn-input
See the 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.