#datetime-bootstrap
This module provides lightweight angular directives (widgets) for helping users specify dates and times.
Check out the Demo Page to see what we mean.
This requires AngularJS. In addition, you will need:
-
Install with bower using
bower install datetime-bootstrap
-
Include
datetime-bootstrap.js
anddatetime-bootstrap.css
. They should be located inbower_components/datetime-bootstrap/dist
-
Include the dependencies
moment.min.js
frombower_components/moment/min/
lodash.min.js
frombower_components/lodash/dist/
bootstrap.min.css
frombower_components/bootstrap/dist/css/
ui-bootstrap-tpls.min.js
frombower_components/angular-bootstrap/
-
Add
datetime-bootstrap
as a module dependency to your app -
Follow the examples in the Demo Page to make use of the module