Angular JS ui-router in Internet Explorer 8

Has anyone got a quick launch of u-router Angular JS for IE8? Quick start here: quick start ui-router

It works in chrome, but not in IE8.

Thanks!

[Edit] I read the ie documentation in Angular js, but the patch provided does not seem to fix the problem (there is no forEach method). The fix fixes problems with Angular js, not angular -ui-router.

The only thing that works is the answer to this question: AngularJS HTML template is IE8 . Basically provides a forEach implementation that is not supported in IE.

+6
source share
1 answer

Can you try to build a master? There was a pull request combined right after the last release ( https://github.com/angular-ui/ui-router/pull/392 ) that resolved some IE8 issues. Everything else should work fine AFAIK.

+2
source

Source: https://habr.com/ru/post/953765/


All Articles