javascript - Execute Code After Meteor Helper Returns -
i need work callback meteor helper, such runs every time helper updates/returns. can't include in helper definition because a) run before helper returns, , b) far can tell code runs once. similarly, template.foo.rendered callback seems run once (not when helper updates), , not after helper returns first time. so, there way execute code after meteor helper returns? thing can think of right timer, , seems quite messy , wrong. thanks!
if updated data coming database, using observechanges work?
Comments
Post a Comment