I am using angularjs with MVC4, the page loads fine on chrome on route navigation. However if I do the same in IE8 it gives a 404 error. Any ideas on What I should be doing to get it working on IE8?
Note: I am using angularjs version: v1.2.16 and I have HTMLMode set to true and hasbang url property to (!) on location provider I get that IE8 doesnt support HTML5 and so the url that it tried to go to is: http://urldomain.com/#!/UI/CellRequest which is resulting in 404 error But on chrome the url navigates to http://urldomain.com/UI/CellRequest -- 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.
