1.3.0 • Published 8 years ago

angular-date-input v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

angular-date-input

Live Demo!

NPM

Installation

Installation is super easy, simply add the dependencies to your build and add the date-input attribute to your input.

# use npm
$ npm install angular-date-input --save

Add angular-date-input to your dependencies

// your app
angular
  .module('yourApp', ['angular-date-input'])
  .controller('SampleController', function () {})
// template.html
<input ng-model="value" date-input type="text">