how to access parent component scope from a child components scope in ember?
问题 I'm curious if this is even possible in ember. This is an easy thing to do in angular ( plunkr: http://plnkr.co/edit/O2e0ukyXdKMs4FcgKGmX?p=preview ): The goal is to make an easy to use, generic, reusable accordion api for api consumers. The api I want the caller to be able to use is this (just like the angular api): {{#ember-accordion listOfAccordionPaneObjects=model}} {{#ember-accordion-heading}} heading template html {{accordionPaneObject.firstName}} {{/ember-accordion-heading}} {{#ember