jonotron / angular-date-pickable

An angular date picker with fewer ui opinions
MIT License
1 stars 2 forks source link

Multiple start and end dates #6

Closed chadfawcett closed 9 years ago

chadfawcett commented 9 years ago

Added a separate start and end date to differentiate from when the dates are selected or changed from outside the directive. Also, if the start and/or end date are changed from outside the directive to a month that is not being displayed on the calendar, the visible dates will be changed updated to show the most resent date change.

jonotron commented 9 years ago

@chadfawcett Looks good, just needs a bit of code comment as to why debounce is needed

chadfawcett commented 9 years ago

@jonotron Added it above the debounce function declaration so that it is not written twice in the watches.