angular-pick-date

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i angular-pick-date

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • kirillstyopkin