Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

IE 8 in compatibility mode breaks routing #353

Closed
idosela opened this issue May 25, 2011 · 1 comment
Closed

IE 8 in compatibility mode breaks routing #353

idosela opened this issue May 25, 2011 · 1 comment

Comments

@idosela
Copy link

idosela commented May 25, 2011

When using IE 8 in compatibility mode, changing the hash path doesn't load the template/controller or trigger $route.onChange

@vojtajina
Copy link
Contributor

The problem was IE7 returns true on 'onhashchange' in window but doesn't support hashchange event.

Here is pull request with fix: #361

vojtajina added a commit to vojtajina/angular.js that referenced this issue Jun 1, 2011
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.

Closes angular#353
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants