datetimeRangePicker
datetimeRangePicker copied to clipboard
An angular directive that includes a Datepicker and a time range picker
A datetime picker for range between two calendars and time sliders
[TODO - brief summary]
Demo
http://rgkevin.github.io/datetimeRangePicker/
Dependencies
- required: [http://getbootstrap.com bootstrap] bootstrap [http://angular-ui.github.io/bootstrap/ ui.bootstrap] [https://github.com/Venturocket/angular-slider angular-slider]
- optional [TODO]
See bower.json and index.html in the gh-pages branch for a full list / more details
Install
- download the files
- Bower
- add
"datetimeRangePicker": "latest"to yourbower.jsonfile then runbower installOR runbower install datetimeRangePicker
- add
- Bower
- include the files in your app
range-picker.min.jsrange-picker.lessORrange-picker.min.cssORrange-picker.css
- include the module in angular (i.e. in
app.js) -rgkevin.datetimeRangePicker
See the gh-pages branch, files bower.json and index.html for a full example.
Documentation
See the range-picker.js file top comments for usage examples and documentation
https://github.com/rgkevin/datetimeRangePicker/blob/master/range-picker.js