I am using ng-repeat on an element like this:
{{aS
{{ app.Name }}
in controller call the below function ...
$scope.getActivationFunction = function(modelRecieve) { Service.getServiceDate(modelRecieve.name) .then(function(response) { var date = response.data.image; $scope.app.ava_img = date; }, // ... };