Is there an event that gets fired when the template changes based on the data change?
I noticed that the Template.foo.rendered
is fired only once, and I would like to catch the re-render event if possible...
Also, from the Meteor documentation and also from this SO answer, it seams that we should use onRendered
instead of rendered
for Meteor 1.0.4 and higher, but I am using Meteor 1.2.1 and the onRendered
simply does not fire, while rendered
does just fine :(