angular-mn-date
v0.0.5
Published
an angular directive to mn-date
Downloads
6
Maintainers
Readme
angular-mn-date
An angular directive to mn-date
See the demo
Install
npm install --save angular-mn-date
And bundle dependencies and main files in dist/ with your preferred tool.
Usage
// add dependency in you module
angular.module('app', [
'mn-date'
])
And then, in your html, you can use the tag:
<mn-date placeholder="Date" ng-model='myDate'></mn-date>
For more details check mn-date docs.