voteplz / angular-date-input

angular directive to streamline inputting dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

angular directive to streamline inputting dates

License:MIT License


Languages

Language:JavaScript 57.0%Language:HTML 43.0%