Jimdo / angular-fontselect

A fontselect directive for AngularJS
MIT License
29 stars 9 forks source link

Switch pagination to infinite scrolling #15

Closed Xiphe closed 10 years ago

Xiphe commented 10 years ago

I mean, automatic loading/appending of the next page to the bottom of the list, when we reached the end of the page.

Problem is: ng-repeater has major performance issues with big lists. So we should remove items on the top of the list when they move out of the viewport.

Xiphe commented 10 years ago

Added in v0.7.5