I am new in Angular js.I try to make html5 mode true in one of my controller .In my angular js app there is 3 controller but i need to html5 mode true in one of them not in all controller. I am using
App.config(function($locationProvider) {
$locationProvider.html5Mode(true);
});
But this config effect all of my controller.I need to add html5mode true under one of my controller.I don't know is it possible or not .