Hi guys,
I’m facing weird error on Heroku and don’t know what went wrong here.
I’ve an angular-meteor app on heroku, which run smoothly previous month.
And then, I want to update it view, basically, I’ve changed only HTML and CSS files. Pushing to Heroku without any error, Its logs showed everything is fine.
But from Browser, I got this weird error about Injection, which is not an issue few days ago.
Here the error on browser console:
Uncaught Error: [$injector:unpr] Unknown provider: $$isDocumentHiddenProvider <- $$isDocumentHidden <- $$animateQueue <- $animate <- $compile <- $$animateQueue
http://errors.angularjs.org/1.5.3/$injector/unpr?p0=%24%24isDocumentHiddenP…eQueue%20%3C-%20%24animate%20%3C-%20%24compile%20%3C-%20%24%24animateQueue
You could access to this link to see it yourself.
https://tnb-gtvt.herokuapp.com/
My question are
What could cause this?, because I’ve changed the html and css only.
How can I fix this? I meant not only for this app but for future one.
Please help me, thank you!
~/mnchâu