How to disable the #hashbang redirect on IE8 and IE9 in angularjs How to disable the #hashbang redirect on IE8 and IE9 in angularjs angularjs angularjs

How to disable the #hashbang redirect on IE8 and IE9 in angularjs


Try to disable html5mode$locationProvider.html5Mode(false).hashPrefix('!');or remove this string completely.