Wednesday, 11 September 2013

How to find model with Ember Data?

How to find model with Ember Data?

What's the equivalent of
App.Person.find({age: 30})
in the new Ember Data?
I.e. how do I get an record array based on an attribute?

No comments:

Post a Comment