I can verify this behavior in IE9. However, if you go directly to http://angularjs.org/#!/ it appears to work fine.
IE9 doesn't support HTML5's history api and push state hence it will switch to using location.hash which is why you are seeing #!. Apparently there's a bug which has not been caught by the Angular site guys. I can verify I have Angular working on IE8+ and do not have this issue. But, our target audience is not IE users, and the app does not perform as well in IE <= 9 generally. If you want to learn and experiment with AngularJs, I would definitely recommend not using IE 9. On Monday, March 31, 2014 3:28:41 PM UTC-6, Evan Rowley wrote: > > So the place where I work is Windows-based and IE8 is their *approved* > internet browser. I was lucky enough to get mine upgraded to IE9. But a > modern web browser like Google Chrome? Not allowed. > > Anyways, I went to http://angualrjs.org/ and suddenly IE9 started to act > strangley. Ever second the page seemed to refresh and alternate between > http://angualrjs.org/ and http://angularjs.org/#!/ continuously for about > 30 seconds. > > Has anyone else noticed the same issue? I keep hearing about AngularJS on > various dev blogs, but so far it hasn't made the best impression on me... > > Hopefully this is a known issue. It's not unreasonable to assume that > anyone interested in AngularJS would have a browser more advanced than IE9. > Truly there are some big organizations that are still using Windows XP, are > still using IE8, etc. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
