$route.reload is for angularjs router, ionic uses ui-router which is different, the equivalent should be:
$state.go($state.current, {}, {reload: true});
$route.reload is for angularjs router, ionic uses ui-router which is different, the equivalent should be:
$state.go($state.current, {}, {reload: true});