Skip to content
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

IE11 doesn't support custom Events for the location change #64

Closed
elboman opened this issue Jul 9, 2017 · 0 comments
Closed

IE11 doesn't support custom Events for the location change #64

elboman opened this issue Jul 9, 2017 · 0 comments
Labels
Milestone

Comments

@elboman
Copy link
Member

elboman commented Jul 9, 2017

As reported in ui-router/react#62 the baseLocationService throws an error when transitioning using IE11, as the browser doesn't support custom events (here).

The solution is to polyfill it: https://stackoverflow.com/questions/26596123/internet-explorer-9-10-11-event-constructor-doesnt-work

I think should decide whether to include it in the service or just inform the users they need to apply it if they want to support IE11.

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

2 participants