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

Added checkImages() trigger #6

Closed mbrammer closed 9 years ago

mbrammer commented 9 years ago

I created a trigger to run the image check manually. Issue: https://github.com/Pentiado/angular-lazy-img/issues/5

peterhry commented 9 years ago

+1 for this feature

Pentiado commented 9 years ago

I feel it's not totally ok to use $rootScope for this purpose but...well after all better something than nothing. Thanks for pull request!

mbrammer commented 9 years ago

yeah, had no better solution for a quick fix ;)