简体   繁体   中英

How AngularJs code can be made compatible to be viewed in IE9 browser?

I tried X-UA-COMPATIBLE meta tag,,Console messages removing..,etc..
The problem is it works only when IE developer tools are enabled..
Is there any other way to make it work rather than the way I followed ?

  • IE9 has some issues in loading console messages written in the
    scripts. Once it is removed the code works as expected.

angular supports ie9 - https://docs.angularjs.org/guide/ie

if you are struggling with a specific area then you might want to Google for a "polyfill" - a polyfill basically provides support code where a browser has not yet implemented a specific standard

also make sure you are using the latest version of angular if possible

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM