Angularjs vs IE 8 vs IE 11
angularjs, internet-explorer, internet-explorer-11, internet-explorer-8
Solution
I had a problem while loading a angularjs file on IE. It worked perfeclty as expected on Chrome and Firefox but was giving error as angular not defined and what not. After searching on Internet I applied following fix to my code
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
and now it displays the page.
Problem
I'm trying to make my web application based on Angularjs work in IE8 and IE11. After a lot of search, i am asking my question here: is it possible to make an Angularjs application work in IE11? and into IE11 ? Thanks for advice