示例 jsbin:http: //jsbin.com/ICoLOgO/4/edit
如果我有一个提供操作的 mixin,则使用 ember 1.0-rc.5 将调用该操作而不会发出警告。升级到 ember 1.0 final 会导致弃用警告显示:
Action handlers implemented directly on controllers are deprecated in favor of action handlers on an `actions` object
是否有一种更简单的方法可以在操作图中公开单个操作而无需使用 function.apply?