We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
.map()
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.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
8ce69d9
christopherthielen
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: