1

如果我有一个这样定义的 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。

反正有没有覆盖这种行为和主控制器?

4

0 回答 0