angular-date-input

1.3.0 • Public • Published

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">

/angular-date-input/

    Package Sidebar

    Install

    npm i angular-date-input

    Weekly Downloads

    5

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • hanford