AngularJS Routing not working in IE7
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 after spending a while trying to work out what I have missed / done wrong I have noticed that the example doesn't work. http://angular.github.com/angular-phonecat/step-7/app/ Anyone know how to get this to work? OK I had the same problem so I started the bounty, but after that I found the working solution (for me at least): Use HTML5 shim Use JSON2.js Add all these attributes to your html node: class="ng-app:myapp" id="ng-app" ng-app="myapp"