In the route configuration of my AngularJS application most of the routes are defined with the option reloadOnSearch set to false as most of the ti
reloadOnSearch
false
This is also work
app.controller('appCtrl',function($scope,$window){ $scope.reload =function(){ $window.location.reload(); } })
html
reload