我想知道如何绑定Ember中的动作.选择só当用户更改类别时我可以执行其他操作:
{{view Ember.Select class="form-control" id="PackCategory" content=Categories optionValuePath="content.categoryId" optionLabelPath="content.name" value=VendingAdminController.selectedPack.categoryId}}
以及如何将视图指定为目标?
谢谢