Updating Ember Nested Model and Template
问题 I have a template which is backed by a model. It is a tree list view which has the first level folders. I have an action handler which is used to update the sub-child any of the first level folder. From the action I need to update the model so that the sub-child is updated in the template. I can add another first level folder by directly updating the model using pushObject. How can I add/update the sub-child nodes of any parent level folders. In template: <script type="text/x-handlebars"> <h2