$scope problem

I have a problem with a $scope. I have one view that shows a array of data, when i click one of this object’s, the application update other $scope with other data and change the view but the results doesn’t show in the new view. I am sure that the new $scope has the data.

I tried with $apply but didn’t work.