0

在 0.14 版本中,我像这样加载 JSON 数据:

App.store.adapterForType(App.User).load(App.store, App.User, 数据)

,但这不再起作用。新版本有办法吗?

4

1 回答 1

0

ember.js 指南已更新:

http://emberjs.com/guides/models/pushing-records-into-the-store/

store.push() 是这样做的方法。

于 2013-09-09T05:00:53.803 回答