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
These dates are filled after a $http request but for example, we are the 4 November and even if the startDate and endDate are in September, the date picker will show the month of 4 november. Is there a way to show the start month and end month ?
Maybe, I missread the documentation...
Sorry for my english.
The text was updated successfully, but these errors were encountered:
As you mentioned, you receive the data via a $http request, meaning the directive initializes without the data being available.
I think the issue here is that the date-range directive does not watch for data changes. Due to this deficiency, when your $http request returns the dates in question, the directive doesn't update the inner pickers and they remain set to the default dates.
Hello,
I have a date-range with two date :
These dates are filled after a $http request but for example, we are the 4 November and even if the startDate and endDate are in September, the date picker will show the month of 4 november. Is there a way to show the start month and end month ?
Maybe, I missread the documentation...
Sorry for my english.
The text was updated successfully, but these errors were encountered: