Emberjs partial's action doesnt fire in component
问题 I try to extend a component (https://github.com/ember-addons/ember-forms) to make it possible to add extra button next to the form controls. The idea developer passes an extra property to the component, and a partial will be rendered next to the form control (input, select, textarea). Problem It works fine but if i have a partial with some action, the action wont fire. JsBin Here is a simplified JsBin which demonstrates the problem: http://jsbin.com/pexolude/105/edit html <script type="text/x