angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Responding to Hash Changes in IE 11 #381

Open QuinntyneBrown opened 8 years ago

QuinntyneBrown commented 8 years ago

If you manually change the url (using HashLocationStrategy) in IE 11 from #/ to #/foo, the new html will not be rendered in the router outlet. If you run the same code in chrome, it will work.

btford commented 8 years ago

I find this surprising– we do set a listener on hashchange event. What eversion of Angular do you see this with? Can you check if this is an issue with Alpha 47?

QuinntyneBrown commented 8 years ago

Double checked and it's alpha 47.