I am new to meteor and minimongo, so I lost a bit of what to do, I did research, but could not find much, because I use angular + meteorite, not blaze.
I have a collection on my server signed on my client (angular). Every time a new item is added to my server collection, the synscronise client updates minimongo and it works great.
Now I would like to create a new βeventβ, for example, add an animation / fade background color when a new item is added to the collection in my mongo data table (html) (iterate through the helper via ng- repeat), but cannot find a way to do this right.
I found cursors and this may do the trick, but I am having trouble figuring out how I should implement it in my angular front end.
Has anyone tried this already or could point me in the direction of my research?
thanks
source share