Using Ember.run.scheduleOnce(‘afterRender’, this, this.childViewsDidRender); does not work for me because It seems as if it is not taking into consideration the SimpleHandlebarsViews that need loading. AfterRender is making sure that my childViews have loaded, but not the “views” that handlebars is creating everytime I use handlebars helpers or data-bind in my handlebars template. So when My childViewsDidRender function runs, Everything has rendered, except for anything that handlebars creates a view for . Is there any decent way to make sure that EVERYTHING has rendered inside of my parent views?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
View Lifecycle > afterRender not working correctly | 3 | 2043 | May 7, 2014 | |
ChildView Elements are not posted in Handlebars | 1 | 1247 | May 30, 2013 | |
How to increase the performance of Handlebars Templates?
|
4 | 8522 | January 26, 2014 | |
Plain handlebars templates
|
6 | 1296 | June 4, 2014 | |
About using Ember.run.schedule | 4 | 877 | July 9, 2019 |