Skip to content

imagesLoaded is not executed #15

Open
@Ainaras

Description

@Ainaras

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions