-
Notifications
You must be signed in to change notification settings - Fork 80
Firefox reporting NaN for dates #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Well, it works if I use {{dateObj | date:'medium'}} |
Could you try with the latest version and see if the problem persists? |
Closing due to inactivity. Please re-open if this problem persists. |
This happens because of how interpolation works: angular/angular.js#14027 When setting the Chrome interprets this just fine, but IE and Firefox do not. |
Hello, seems in firefox I'm getting NaN for dates.

The text was updated successfully, but these errors were encountered: