如果我有一个像这样定义的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。
是否有覆盖此行为和主控制器?