Iron Router Multiple Data Context with Meteor
Here's how to do it: Router.route('/things', { name: 'things', waitOn: function () { return [thi...
Read more →Here's how to do it: Router.route('/things', { name: 'things', waitOn: function () { return [thi...
Read more →In template helpers and template events access the template data context using Example: Template.instance().data.item...
Read more →