-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
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.