I have been implementing Routing in my app following the tutorial
http://docs.angularjs.org/tutorial/step_07
I couldn\'t get my version to work in IE7, and a
OK I had the same problem so I started the bounty, but after that I found the working solution (for me at least):
Add all these attributes to your html node:
class="ng-app:myapp" id="ng-app" ng-app="myapp" xmlns:ng="http://angularjs.org"
(where myapp is really your app name)
So to recap, here is my IE7/8/9 working HTML page: