s-yadav / angulargrid

Pinterest like responsive masonry grid system for angular
MIT License
277 stars 105 forks source link

Dynamic refresh #25

Closed taylormaster closed 8 years ago

taylormaster commented 8 years ago

Hi! I would like to use this plugin, because this very good :) i have two state, list/detail. In the list view are example 10 pictures. When i upload one picture to the gallery, the list view updated, last uploaded picture the first, but the last picture in the list disappear. If i click the first picture, then go to detail view, and this picture is not this picture what i clicked. If i refresh the browser everything work. Do you have idea? Thanks!

s-yadav commented 8 years ago

It doesn't seems to be an angulargrid issue. Though it will be helpful if you create a gist / jsfiddle/ plunker or can provide any demo link. So that I can understand what you are trying to achieve and what you have written for that.

taylormaster commented 8 years ago

i can show you with link, but need realtime chat so you understand it, it is possible?

taylormaster commented 8 years ago

ok, solved problem, when activating list state i wrote "angularGridInstance.gallery.refresh();" thats work, sorry, i was careless