akoenig / angular-deckgrid

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

Adding new data to model not reflecting in grid #57

Open ghost opened 10 years ago

ghost commented 10 years ago

I have integrated deckgrid in my app & it's working properly. After initial load & display of photo grid, app keeps making some ajax calls & retrieves new pictures from back end periodically. Requirement is to display the new pictures in grid, along with older one. However, when I push new picture entries into model (aka "$scope.photos"), new pictures doesn't get loaded/reflected in grid.

akoenig commented 10 years ago

@dipdatta Could you please test it with the brand new v0.5.0 release and give me a shout if the problem still persists?