Angular Bootstrap Time Picker not Binding time
问题 I'm not able to bind time which I'm setting in the controller like this $scope.info.startTime="12:10:03"; This is my time picker control in HTML <span class="input-group"> <input type="text" class="form-control" datepicker-popup="{{format}}" tabindex="5" ng-model="info.startTime" placeholder="hh:mm" is-open="datepickerOpened1" close-text="Close"/> <span class="input-group-btn"> <button type="button" class="btn btn-default dropdown-toggle" ng-click="openStartTime($event, 'time')"> <i class=