Hello,
The directive isn't working if the masonry-tile is not a direct child of masonry.
Let's say I have a directive called "thumbnail" which contains a template:
and the masonry-tile should be on the div.
Currently, there is an error:
TypeError: Cannot read property 'update' of undefined
From var master = elem.parent('*[masonry]:first').scope(),
update = master.update, on the directive (line 54).
Can you support non-direct child of masonry?
Thanks,
Shai
Hello,
The directive isn't working if the masonry-tile is not a direct child of masonry.
Let's say I have a directive called "thumbnail" which contains a template:
Currently, there is an error:
TypeError: Cannot read property 'update' of undefined
From var master = elem.parent('*[masonry]:first').scope(),
update = master.update, on the directive (line 54).
Can you support non-direct child of masonry?
Thanks,
Shai