app.config(function($locationProvider) {
$locationProvider.html5Mode(true);
});
i am using this in one of my page ,But when that page load in ie8 it redirect to home page. Other browser working fine (Stay on that page).
i am using Angularjs 1.2.17