Ng-repeat and infinite scroll problem with orderby

Hi!
i have ng-repeat with orderby time and everytime i get to infinity scroll it’s loaded the content but working without orderby

May it’ll better to order items on server side?

I get object (orderBy time) from server and everytime the client side show me by id and not time, so i working with orderBy in client side.