I am developing a ionic chat app implementing infinite scroll over ng-repeat to handle lazy load. The problem is next: infinite scroll start at top of view (showing first oldest chats) and handles lazy load when user scroll bottom to show newest chat. I need inverse logic to show first last chat and when user scroll up, the view show older chats.
Resume: I need ionic infinite scroll starts at bottom position and when user scrolling upward the view shows the oldest chats.