Previously, the data was stored in the controller, and if they were not updated themselves - wrote
$scope.$apply ( function (results) { $scope.resers = results; }); Now I transferred the code to the service, but the updated data is not visible in the view. The "implement" $scope service does not want to be scolded.
What to do to see the changed data?