angular-pick-date
v1.0.3
Published
Cute datepicker for Angular.js. Nice for places where we need an ability to postpone email sending. Seems mentally and logically clear in UI.
Downloads
23
Maintainers
Readme
Cute datepicker
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.
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.