angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
http://angular-ui.github.io/ui-scroll/demo/
MIT License
327 stars 107 forks source link

Buffer first, next refactoring #184

Closed dhilt closed 6 years ago

dhilt commented 6 years ago

The mechanism of deleting/inserting the items via adapter has been reviewed. The case of top buffer item had became more sense and logical.

This work had been provoked by https://github.com/angular-ui/ui-scroll/issues/178 issue.