If I implement a 'load more' button that increases the limitTo filter in Angular.js, does the filter prevent loading the whole ng-repeat array?
What if I for example have 100 images in my ng-repeat. And i implement a limitTo filter with '9' on this. Is the user downloading the 100 images on page load or just the 9 images?