Slides generated with ng-repeat causing issues (slide-box)

Dear All,

I have issues in using ion-slider -box, it is working after refresh the window. First time, it wont display images. Here is the code.

.controller(‘HomeCtrl’, function($scope, Service, $ionicSlideBoxDelegate, $timeout, $rootScope) {

$scope.topstories = [];

Service.getAllTopStories().then( function(response) {
$scope.topstories = response.data;
$ionicSlideBoxDelegate.update();
});

});

and HTML Code

{{slide.post_title}}

I am new to the IONIC framwork, but i have trying based on examples, it is not working as expected.

Can you advice me on where i did mistake? and solve my problem,

Thanks
Murugavel