Blaze Scope, Reactivity Problem

I have a dashboard with a counter on it the counter is based of reactions to an original event now I have it working so that when the page renders the events are all sorted and then the responses are fetched for each of the events but they do not update when the responses change. they do though when the events change.

I’ve tryied using a reactive var. infact thats how I’m passing the call into the response template to fetch the related responses. Template.parent(1).something.get()
*just to clarify on event can have many responses

is this even possible?

Can you post your template code? Both html and js would be helpful.

1 Like