/ember-bootstrap-daterange

Ember component for using https://github.com/dangrossman/bootstrap-daterangepicker

Primary LanguageJavaScriptMIT LicenseMIT

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