restorando / angular-pickadate

A simple and fluid inline datepicker for AngularJS with no extra dependencies.
MIT License
273 stars 91 forks source link

External changes to model not reflected in input field #72

Open xlegs opened 8 years ago

xlegs commented 8 years ago

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.