We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe I'm out of date but after updating from v1.1.x onRendered function does not get called. Im using flow-router with blaze-layout manager
FlowRouter.route('/', { action: function(params) { BlazeLayout.render("_defaultLayout", {main: "dashboard"}); } });
Template._defaultLayout.onRendered(function () { var tpl = this; // tpl.$(".fooJqueryPlugin").initialise() //INIT PAGES : API CALLS console.log("helo"); $.Pages.init(); $('.dropdown-toggle').dropdown() //Pages Progress Bar API $('[data-pages-progress="circle"]').each(function() { var $progress = $(this); $progress.circularProgress($progress.data()) }); });
The layout and router works just fine but no callback onRendered
The text was updated successfully, but these errors were encountered:
May be you need add onRendered handler to dashboard template for activate plugins?
onRendered
dashboard
Sorry, something went wrong.
No branches or pull requests
Maybe I'm out of date but after updating from v1.1.x onRendered function does not get called. Im using flow-router with blaze-layout manager
The layout and router works just fine but no callback onRendered
The text was updated successfully, but these errors were encountered: