AngularJS generally does not choose IE8 support, because many features are very poor in IE8 and the performance is not good. However, due to the needs of the project, some of the customers' machines are XP and can only install IE8. So in order to solve this, I checked the relevant information and found that GITHUT has some improvements to AngularJS. I chose https://github.com/frankzye/angular.js-ie8-builds. This is what I Fork here, which can solve most of the problems, but
One thing is that when working as Directive, you must not use Element to expand, otherwise an error will occur. In addition, the cache function of $http will also be invalid. You need to add a random number to the URL to prevent data from being cached by the browser.
The above solution to AngularJS's unsupported solution in IE8 is all the content I have shared with you. I hope you can give you a reference and I hope you can support Wulin.com more.