从itemController调用控制器

时间:2013-03-27 18:45:39

标签: ember.js

如果我有一个像这样定义的itemController:

{{#each item in items itemController="item"}}
  {{#with item}}
    <tr>
      <td class="check">
        <label {{action  selectItem this bubbles="false"}}>
          {{description}}
        </label>
      </td>
    </tr>
  {{/with}}

上面的操作将被路由到itemController。

是否有覆盖此行为和主控制器?

0 个答案:

没有答案