In AngularJS 1.x $state.reload does not reload state/controller.
On state changes to reload a controller use $state as
$state.go($state.current, $stateParams, {reload: true, inherit…