fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 371 forks source link

Fix for issue #183 - singleDatePicker no longer auto defaults to todays date #185

Closed parker789 closed 5 years ago

parker789 commented 8 years ago

Following the instructions in the wiki to always define dateRanges: {startDate: null, endDate: null} i changed the model for singleDatePicker to use { startDate: <value> } and the check from objValue to objValue.startDate

ansonkao commented 7 years ago

This is needed!