Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.15 KB

File metadata and controls

34 lines (19 loc) · 1.15 KB

#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.

Dependencies

This requires AngularJS. In addition, you will need:

Installation and usage

  1. Install with bower using bower install datetime-bootstrap

  2. Include datetime-bootstrap.js and datetime-bootstrap.css. They should be located in bower_components/datetime-bootstrap/dist

  3. Include the dependencies

  • moment.min.js from bower_components/moment/min/
  • lodash.min.js from bower_components/lodash/dist/
  • bootstrap.min.css from bower_components/bootstrap/dist/css/
  • ui-bootstrap-tpls.min.js from bower_components/angular-bootstrap/
  1. Add datetime-bootstrap as a module dependency to your app

  2. Follow the examples in the Demo Page to make use of the module