fragaria / angular-daterangepicker

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

ng-change is not triggered #110

Closed mlenser closed 8 years ago

mlenser commented 8 years ago

When selecting a new date ng-change isn't triggered.

mlenser commented 8 years ago

Nevermind

vmkumar commented 8 years ago

How to fix ng change triggering, thanks in advance

beiduo commented 7 years ago

@vmkumar one way i can think of is to call the 'change' function inside the 'apply.daterangepicker' event handler, not sure if there is a better or more formal solution.