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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have a custom directive in which my template refers to datepicker. Everything loads correctly, however it's not responding to an ng-model. For example, this code:
When fiddling around with the datepicker, the {{startDate}} doesn't appear, however, changing the input, it does appear. Secondly, changing the input does not update the datepicker.