I got the most odd problem I've ever encounted.
I've made a proof of concept app at my company. So it has no backend, just a demo frontend built in Angular JS. I've schaffolded the project with yeoman and built it with grunt. Locally it works perfectly.
I have deployed it at a internal server at my company. It also works there in every browser except IE9.
In console I get
SCRIPT438: Egenskapen eller metoden addEventListener stöds inte av objektet
jquery.min.js, rad 4 tecken 6105
SCRIPT5009: jQuery har inte definierats
jquery-ui.min.js, rad 5 tecken 1
SCRIPT5009: jQuery har inte definierats
1bd2ba7a.scripts.js, rad 1 tecken 28462
SCRIPT445: Objektet kan inte hantera denna åtgärd.
angular.min.js, rad 23 tecken 453
It's in swedish but I hope you understand anyway.
Now to the even wierder part. I tried deploy it on a external server. And it works in IE9!
As I said, I have no server code so there isn't any install I'm missing. Also, I don't have any CDN:s. Everything is local.
Anyone have any idea how to debug this? I'm stuck.