fragaria / angular-daterangepicker

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

Fixed clearable option #85

Closed nitrog7 closed 9 years ago

nitrog7 commented 9 years ago

The clearable option was not working with both, div and input. The reason was element the date-range-picker was being attached to was not being listened to, although it was being called. Moving the event listener to the init function fixed the problem.

krtek commented 9 years ago

Merged, thank you!

nitrog7 commented 9 years ago

Not a problem. Although you may want to increment the version. Forgot about that.