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 has been archived by the owner on Dec 16, 2019. It is now read-only.
If I defined format = 'MMMM Do, YYYY" then it works fine.
But if I defined format = '{{format}}' and I defined $scope.format = 'MMMM Do, YYYY", then it display September 10o, 2013-September 25o, 2013 after I select the new range.
There are many other odd behaviors when you use a variable to define the format.
Tan
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I defined format = 'MMMM Do, YYYY" then it works fine.
But if I defined format = '{{format}}' and I defined $scope.format = 'MMMM Do, YYYY", then it display September 10o, 2013-September 25o, 2013 after I select the new range.
There are many other odd behaviors when you use a variable to define the format.
Tan
The text was updated successfully, but these errors were encountered: