You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an awesome directive, thanks a lot for your work :)
I've found myself with a large amount of data/images in my masonry instance, and I would love to turn Angular debugging off to help performance. Only issue is that in the masonryTile directive, the master brick is being defined with scope() (which will break with debugging off). This is where my Angular knowledge ends... is there any alternative to the scope() method so that we don't need debugging?
Thanks a bunch!
The text was updated successfully, but these errors were encountered:
This is an awesome directive, thanks a lot for your work :)
I've found myself with a large amount of data/images in my masonry instance, and I would love to turn Angular debugging off to help performance. Only issue is that in the
masonryTile
directive, the master brick is being defined withscope()
(which will break with debugging off). This is where my Angular knowledge ends... is there any alternative to thescope()
method so that we don't need debugging?Thanks a bunch!
The text was updated successfully, but these errors were encountered: