How to refresh page when use $.state.go('#/list',{})

i want to refresh list.html.because it’s data is new .
i try to $route.reload() .like this

.controller(‘listCtrl’, [$route,function($scope,$route, $stateParams) {
$route.reload();
}]);

but it doesn’t work.

i found the error reason.
my old ionic’s lib is 1.0.0-beta14. when i replace it to 1.0.0.-beta 8.the question is over.
by the way.not need use reload…any jump is work well.like (a href ,$.state.go.etc)