ui-router / angular

UI-Router for Angular: State-based routing for Angular (v2+)
https://ui-router.github.io/ng2/
MIT License
354 stars 134 forks source link

IE and Edge reload the entire app #153

Closed robbertrosario closed 7 years ago

robbertrosario commented 7 years ago

Just tested my app in IE/Edge and the entire page reloads while I am using transition.To. The transitions don't work in those browsers?

I have enabled the angular polyfills.

Help would be appreciated

robbertrosario commented 7 years ago

I have figured out the reloading part but uiRouter in IE11 gives an "Object doesn't support this action" this seems to be a general problem with the ui-router. I have tried polyfills, also specific ones such as custom-events but that doesn't work.

This issue seems related https://github.com/ui-router/angular/issues/139 but the solution doesn't seem to work.