Meteor / Blaze rendering : {{each}} in another {{each}} doesn't return the right data (data context)
问题 I was wondering if you could give me some clue how to tackle this 'problem'. I'm a newbie in JS (+ Meteor), so it might be super simple for you. I'm working with helpers and blaze/spacebars for rendering. I have a simple helper: Template.monitoring.helpers({ 'realtime': function(){ return { house: house.find( {} ), neighbours: neighbours.find( {} ), } } // end of realtime }); // end of helpers At this point, everything is OK. I'm able to retrieve the data I want. The problem is that I'm not