angular-datepicker
angular-datepicker copied to clipboard
Set date on datepicker close
Is there a way to actually set the date or at least fire some event/function when the selection calendar is closed?
If I watch on the ng-model even if the user changes the month the ajax data gets reloaded, is there an easy way to reload only when the user actually clicks on a date or closes the datepicker (not when he changes month)?
I sent a PR exactly for this some time ago https://github.com/g00fy-/angular-datepicker/pull/250