$scope.$apply doesn't work in reactively context

Hi there,
I am using $scope.$apply in reactively context, but the view is not refresh. I can use $scope.$apply in tthat kind of context?. And if it is possible, how I can refresh the DOM intentionaly? And if it is impossible, is there other thing that I can use instead of $scope.$apply? Regards