If I have
<input pickadate model="date" ......... />
changes in date by other controller functions (eg $scope.changeDate() ) should appear as the value of the input, but isn't.
<input pickadate model="date" value="{{date}}"......... /> works, but should not be necessary.