Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular JS ui-router on Internet Explorer 8

Has anyone gotten the Angular JS ui-router quick-start to run in IE8? The quick start's here: ui-router quick-start

It's working in chrome but not in IE8.

Thanks!

[Edit] I have read the ie documentation under angular js but the fix provided doesn't seem to fix the issue (missing forEach method). The fix only addresses issues with angular js and not angular-ui-router.

The only thing that works is from an answer here: AngularJS - IE8 html template. The basically provides an implementation for forEach which is not supported in IE.

like image 526
rro Avatar asked Sep 13 '13 09:09

rro


1 Answers

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

like image 181
Nate Abele Avatar answered Sep 26 '22 17:09

Nate Abele