绑定第一个arraycontroller对象

时间:2013-01-15 18:23:33

标签: ember.js

我需要将属性绑定到arraycontroller的第一个元素 这样的事情:

firstEltBinding:'myArrayController.elementAt(0)'

怎么做?

1 个答案:

答案 0 :(得分:3)

你可以这样做:

firstElementBinding: 'myArrayController.firstObject'