Skip to content

Instantly share code, notes, and snippets.

@gone
Created September 23, 2014 19:34
Show Gist options
  • Save gone/53b58ecb26bc81729b6b to your computer and use it in GitHub Desktop.
Save gone/53b58ecb26bc81729b6b to your computer and use it in GitHub Desktop.
someRoute....
model: function(){
return $.ajax("FOOBARBAZ").then(function(data){
results = Ember.A()
for (i in data) {
results.push(NewObject(data[i]))
}
return reults
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment