For the execution sequence of the template I have bit of doubt, ember template execution order is started from the parent template or from the sub template?According to the official website saying “Each template will be rendered into the {{outlet}} of its parent route’s template. For example, the posts.new route will render its template into the post.hbs’s {{outlet}}, and the posts route will render its template into the application.hbs’s {{outlet}}.” it’s means to execute the sub template and then render it to the parent template, and then execute the parent template? For the execution sequence of the template I have bit of doubt, ember template execution order is started from the master template or from the template to start with?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Rendering ember nested templates
|
9 | 2955 | December 25, 2014 | |
Mobile, Nested Templates, and Transitions
|
2 | 1371 | December 15, 2014 | |
Child route logic being called before parent route logic. Is this right?
|
3 | 1598 | January 18, 2016 | |
Ember-1.0 Rendering into the same outlet no longer overrides the previously displayed content but appends to it?
|
3 | 1743 | September 11, 2013 | |
Problem with template rendering
|
1 | 1048 | February 13, 2015 |