0.0.5 • Published 7 years ago

angular-mn-date v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version Dependency Status MIT Licence

angular-mn-date

An angular directive to mn-date

See the demo

preview 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.