次のように定義された 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 にルーティングされます。
この動作とメインコントローラーをオーバーライドする方法はありますか?