I'm using jQuery UI datepicker, with an alternative input.
So, when selecting a date from the calendar, an inputs value is set by jQuery.
The value is being updated in the input, but the ng-model is not updating.
<input type="text" name="date" ng-model="user.date" />