Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 761
Phil Sandler Avatar asked Dec 09 '13 19:12

Phil Sandler


Video Answer


1 Answers

This is a bug that will be solved by https://github.com/bekos/bootstrap/commit/84e6736fb5f606988187c3caa802747ae0f1a270.

Cheers :)

like image 184
bekos Avatar answered Oct 29 '22 17:10

bekos