Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/C3quh/1/
我直接绑定到集合中的字符串。尽管数组中的值在文本框中显示为值。更改文本框中的值不会更改数组中的值。我怎么做这个工作?
您不能绑定到数组中的位置。相反,您应该使用 Ember.Objects 填充您的数组。然后,您可以绑定到每个对象的属性。