Pentiado/angular-lazy-img

make it work with filters

Mantish opened this issue · 3 comments

The plugin works fine except it doesn't work well with filters.
I'm not sure if it's possible

Example:

<li ng-repeat="product in products | filter:category">
    <img lazy-img="{{ product.mainImg }}" />
  </li>

Same problem here. @Pentiado Can you provide a fix?

@Pentiado Just figured out that there is a newer codebase in your source than in the release folder. Is there a reason for that?
The newest version compiled from the source is working with filters. So you can use that @Mantish.

I probably just forgot to combine src or to commit it when I did it. I've built this plugin so long ago that I don't really remember. With my last commit all stuff from source got combined and landed in release