Closed zodern closed 9 years ago
Great, thank you - I also cleaned up some other code in https://github.com/mizzao/meteor-tutorials/commit/0f9752a1df0695484730dd0f0df3bb84b0e4e6e9#diff-e74edfc28419f9b9b80fc481c504e6b9.
This is now released in v0.6.7.
Sometimes the rendered callback got called after the Meteor.defer in the content helper. When that happened, @templateInstance was undefined. This pull request has it get the instance from Template.instance() instead.