Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 553 Bytes

Ember-bootstrap-daterange

Ember add-on-ification of bootstrap daterangepicker.

Requirements

Bootstrap 3.0+

Examples

Simple date range picker with start and end dates bound.

  {{bootstrap-daterange-picker startDate=start endDate=end}}

Single date picker with value bound.

  {{bootstrap-daterange-picker singleDatePicker=true startDate=date}}

For more information on using ember-cli, visit http://www.ember-cli.com/.