1.0.3 • Published 8 years ago

angular-pick-date v1.0.3

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

Cute datepicker

NPM Version Download Month Download Total

Angular plugin for choosing different types of date. Nice for places where we need an ability to postpone email sending. Seems mentally and logically clear in UI. Feel free for contribute.

alt text

Getting started

bower install angular-pick-date 
npm install angular-pick-date 
<!DOCTYPE html>
<html ng-app="myApp" id="myApp">
    <head>
        ...
        <link rel="stylesheet" href="pick-date.css">
        ...
        <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
        <script src="pick-date.js"></script>      
        ...
    </head>
<pick-date></pick-date>
var myApp = angular.module( "myApp", [ "pick-date" ]);

Choose date

  • Later today
  • Tomorrow
  • Next week
  • 1-6 day
  • 1-2 week

License

Copyright (c) 2016 Kirill Stepkin

Released under the MIT License.