Using Meteor, I started with a default Meteor project with… meteor create –full I added a route, in router.js, like so: FlowRouter.route(‘/group/:_id’, { name: ‘App.groups.show’, action() { …
Tag: meteor-blaze
Blaze template, loop through fields?
I have been unable to find reference to any shortcut that might be available to loop through fields that are named “week01”, “week02”, “week03” where I could reference the field which is an object containing child fields in the same structure. I know of #each for each document but don’t know how to go about each field. I have 30
Error: Failed to execute ‘insertBefore’ on ‘Node’
I tried to insert <div> containers around the {{#each}} but it didn’t work as well. Its also odd because it works for 2 normal posts list pages, but not for the 3rd one which sorts them by distance. Updates: I noticed that after i change the template JS from template.name.onRendered to onCreated, the sorting page works. However it works only