8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code:
<div class="ot-panel-block"> <div class="post-image"> <img style="position:absolute;top:10px;right:10px;" lazy-img='{{restaurante.logo}}' alt="logo {{restaurante.name}}" /> <img lazy-img='{{restaurante.photo1}}' src="images/restaurante/principal.png" alt="" /> </div> </div>
Only apply lazyload in last img
The text was updated successfully, but these errors were encountered:
add ng-if="true" to your img tag. not the nice way, better would be a scope:true in return of the angular lazyImg directive
Sorry, something went wrong.
Thaks for you response.
I inserted the image in object and applyed a ng-repeat and with those it works. It seems that only works with ng-repeat.
No branches or pull requests
Code:
<div class="ot-panel-block"> <div class="post-image"> <img style="position:absolute;top:10px;right:10px;" lazy-img='{{restaurante.logo}}' alt="logo {{restaurante.name}}" /> <img lazy-img='{{restaurante.photo1}}' src="images/restaurante/principal.png" alt="" /> </div> </div>
Only apply lazyload in last img
The text was updated successfully, but these errors were encountered: