DEMO
List of objects is rendered using ng-repeat. Suppose that this list is very long and user is scrolling to the bottom to see some objects.
ng-repeat
W
You could defer adding the items until the user scrolls the top of the list into view. There is no point rendering the items before.
It could look like this (perhaps with an added animation).