I'm using jQuery timepicker for bootstrap. With the help of Angular UI-Utils jQuery passthrough, I was able to make the clockface show up.
<input type="text" ui-jq="clockface"
ng-model="data.Event.time_end" data-format="hh:mm A" />
However, the value of the ng-model doesn't change if you use the clockface. How do I inform AngularJS of the changes that this plugin is doing?