答案 0 :(得分:2)
我猜您的意思是selectionBinding
,它会绑定对象,因此请使用{{App.power.label}}
<script type="text/x-handlebars">
App Power : {{#if App.power}}{{App.power.label}}{{else}}Not yet set{{/if}}
<hr/>
{{view Ember.Select
contentBinding="App.booleanOptions"
selectionBinding="App.power"
optionLabelPath="content.label"
optionValuePath="content.value"
id="emberEnhanced"
}}
</script>
答案 1 :(得分:1)
看起来我正在询问尚未发布的功能。当前版本为0.9.8.1,valueBinding位于trunk