g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

Can't set 'max-date' in upper limit calendar in date-range #294

Open ft5198560 opened 8 years ago

ft5198560 commented 8 years ago

<div date-range max-date="maxDate" min-date="minDate>

In this case, the maxDate only limits the max selectable date in the "lower limit" calendar. And minDate only works in ht "upper limit" calendar. Is there any way I can set both limits in both calendars?