我有一个模型Module
,它表示一个对象数组,在 JSON 中,如:
modules": [{
"id": "123456",
"type": "video",
"url": "http://some.where.com/video.mp4"
}, {
"id": "123457",
"type": "text",
"text": "Lorem ipsum dolor sit amet ..."
}]
我有一个 UI 允许用户安排这些对象的顺序,如何告诉 Ember.js 更改模型中的顺序?为了能够以不同的顺序保存日期。