Skip to content

.map() polyfill needed #1518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
donaldpipowitch opened this issue Nov 7, 2014 · 1 comment
Closed

.map() polyfill needed #1518

donaldpipowitch opened this issue Nov 7, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@donaldpipowitch
Copy link

It looks like ui-router supports IE8 (as seen here https://github.com/angular-ui/ui-router/blob/master/src/common.js#L47). However we found at least two occurrences of .map() which isn't supported in IE8 (https://github.com/angular-ui/ui-router/blob/master/src/state.js#L1147, https://github.com/angular-ui/ui-router/blob/master/src/urlMatcherFactory.js#L318).

We tried MDNs .map() polyfill which worked great (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Polyfill).

It would be great if you could add this polyfill or add a bower dependency for such a polyfill.

@otbe
Copy link

otbe commented Nov 7, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants