Pentiado / angular-lazy-img

Lightweight lazy load images plugin. Only 1kb after gziping. Pure JavaScript, only Angular as dependency.
MIT License
178 stars 66 forks source link

Fixed bug with the wrong images being removed from the images array, … #3

Closed jlubean closed 9 years ago

jlubean commented 9 years ago

…depending on the size of the array and the options.offset.

Pentiado commented 9 years ago

I'm trying to remind myself why I used count instead of images.length like you did and I really can't. Look good, thanks for pull request!