AngularJS 1.3 page won't load in IE8

后端 未结 6 980
被撕碎了的回忆
被撕碎了的回忆 2021-02-09 23:52

As an angular user, I too shudder at the title of this question, due to the fact that IE8 is evil incarnate and should be put down like a rabid dog.

that being said, I w

6条回答
  •  情歌与酒
    2021-02-10 00:24

    I tried L0lander's answer (which was my preferred one), but when using older angular version, other scripts complained, and it ended up not working anyway. So, I checked statistics at my site, and 0,2% only use IE8 or less, and I won't be giving myself headache over such a small crowd, so I simply added a message asking users of IE8 or less to upgrade.

    Add following code just after body tag to all of your pages:

    
    

提交回复
热议问题