[TODO - brief summary]
http://rgkevin.github.io/datetimeRangePicker/
- 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
- 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.
See the range-picker.js file top comments for usage examples and documentation
https://github.com/rgkevin/datetimeRangePicker/blob/master/range-picker.js