I updated to UI Bootstrap 0.11.0 and my datepickers stopped appearing as they should. I have a plunker that demonstrates it at here. Very simply, I have:
<input ng-model="formData.dueDate" type="text" id="dueDate" name="dueDate"
class="form-control" datepicker-popup="MM-dd-yyyy"
datepicker-append-to-body="true">
The datepicker pops up correctly using UI Bootstrap 0.10.0 but not with the lastest version. I do not see any errors in the console.
This leads me to believe I was possibly using the datepicker incorrectly in the previous version or they've had a regression. Am I doing something wrong here?
Update:
I've included the answer below. Show on focus and show on click have been removed from UI Bootstrap datepicker.