Ember.$.getJSON(url)
.then(function(response){
return Ember.RSVP.all(response.map(Ember.$.getJSON))
})
.then(function(response){
// this is where the oddity begins
console.log(response)
})
在
model
在我的本地环境(Ember 1.13.5)上挂接我的应用程序路由器,我在第二秒得到一个奇怪的响应
then()
的响应,如: