Angularjs with Bootstrap-Datepicker: input not actively being recognized
问题 I'm trying to create an AngularJS application using bootstrap-datepicker. Here is my HTML: <div id="test" class="input-append date"> <input type="text" ng-model="datepicker.date" class="span4"> <span class="add-on"><i class="icon-th"></i></span> </div> {{ datepicker.date }} The last line is for debugging purposes. When this page is in action, the datepicker works fine and writes any date I pick into the input box. The issue is, as I click on a date, the {{ datepicker.date }} part does not