Skip to content

Commit

Permalink
Mention Issue #32
Browse files Browse the repository at this point in the history
Mention incompatibility with datepicker-popup.
  • Loading branch information
spongessuck committed Oct 21, 2015
1 parent ef86dc0 commit afff9d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ NOTE: Selected dates are stored as an array of time values, not date objects. An

selectedDates.push(new Date().setHours(0, 0, 0, 0));

##Issues

Version 1.0.8 of this module is not compatible with the (uib-)datepicker-popup directive. If you need to use it, please use v1.0.7.

##Date Ranges

You can change the selection mode from individual dates to a date range by setting the select-range attribute to a truthy value or expression (that isn't a string equal to "false"):
Expand Down

0 comments on commit afff9d9

Please sign in to comment.