UI-Bootstrap Datepicker Ignores ng-Change in Some Cases?

Viewed 5948

I'm trying to understand why the Clear and Today buttons in the below plunker don't cause ng-change to fire.

For reasons beyond the scope of this question, I can't use a $watch on my ng-model variable.

http://plnkr.co/edit/Hw6fviimNdPJLu3IVit1?p=info

1 Answers
Related