fragaria / angular-daterangepicker

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

Each event gets triggered twice #202

Closed danallen88 closed 8 years ago

danallen88 commented 8 years ago

I'm using a single instance of the daterangepicker. If I click a predefined range, for example, the hide.daterangepicker and apply.daterangepicker events get triggered twice. I don't have any custom click handlers attached to anything within the daterangepicker component.

danallen88 commented 8 years ago

I believe this was due to the modified source as suggested here: https://github.com/fragaria/angular-daterangepicker/issues/187