We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Now I'm trying to use this directive, but imagesLoaded does not work, if my tiles are included direct from HTML:
<div masonry='{ "transitionDuration" : "0.4s" , "itemSelector" : ".tile"}'> <div class="tile" masonry-tile>custom HTML</div> <div class="tile" masonry-tile>custom HTML</div> </div>
It seems to me, that link of masonryTile directive is started earlier than link of masonry directive. I think that I found explanation: http://stackoverflow.com/questions/18294726/calling-order-of-link-function-in-nested-and-repeated-angularjs-directives#answer-18491502
The text was updated successfully, but these errors were encountered:
I'm having the same problem.
Sorry, something went wrong.
I confirmed this and made a pull request #19 that fixes the issue.
No branches or pull requests
Hi,
Now I'm trying to use this directive, but imagesLoaded does not work, if my tiles are included direct from HTML:
It seems to me, that link of masonryTile directive is started earlier than link of masonry directive.
I think that I found explanation: http://stackoverflow.com/questions/18294726/calling-order-of-link-function-in-nested-and-repeated-angularjs-directives#answer-18491502
The text was updated successfully, but these errors were encountered: