I try to get the returned data in my Template.rendered function.
Template.rendered
The current code is:
this.route(\'editCat\', { layoutTemplate : \'l
Using the action hook to check for this.ready() works, but it looks like the official way to do this is to call the following:
action
this.ready()
Router.onBeforeAction("loading");
Reference: https://github.com/EventedMind/iron-router/issues/679