akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 191 forks source link

Begin display before array populates #92

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi, I've pulled photos from several social media networks and displayed them within the deckgrid. I'm using a loading indicator that stops once the array of photos is populated; however, there is a fairly long delay between the loading indicator stopping and the images being displayed. It's almost as if it waits for every single card to render before displaying any.

I've tested other masonry directives and they populate on time with no problem (though I don't like working with them like I do this one).

Is there a solution to this?

akoenig commented 9 years ago

Good question. I do not see this problem in my deckgrid integrations. Do you have something on the web so that I can investigate this further?