我的模板中有以下内容
<a href="javascript:void(0)" tab-name="Personal Information" {{action "switchTab" target="view"}}>Personal Information</a>
我的观点如下
App.SidebarView = Ember.View.extend({
templateName: 'sidebar',
actions: {
switchTab: function(e){
//Some Code
}
}
});
单击时如何获取选项卡名称属性