You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formattedDate variable in moment-picker="formattedDate" is not set up after run although the date variable in ng-model="date" is initiated by the moment object. The formattedDate is undefined in this case. The formattedDate is set up only if a date has been changed in angular-moment-picker.
The formattedDate should be set up also, since ng-model is set up and formatted date is presented in input text box.
The formattedDate variable in moment-picker="formattedDate" is not set up after run although the date variable in ng-model="date" is initiated by the moment object. The formattedDate is undefined in this case. The formattedDate is set up only if a date has been changed in angular-moment-picker.
The formattedDate should be set up also, since ng-model is set up and formatted date is presented in input text box.
Plunker: https://plnkr.co/edit/WKghIjNS0e4tj4gbz6YF?p=preview
Thank you.
The text was updated successfully, but these errors were encountered: