Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

wedgex/ember-bootstrap-daterange

Repository files navigation

Ember-bootstrap-daterange ( DEPRECIATED )

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