Reputation: 9091
I'm looking for an example application using ember-model (https://github.com/ebryn/ember-model)
I'm looking for an example that:
I read through the ember-model docs on GitHub, I've seen an Ember-cast on the subject (http://www.embercasts.com/episodes/getting-started-with-ember-model).
CAVEAT: Not to be confused with EmberData, a competing solution. Ember-model is an independently developed alternative.
Upvotes: 2
Views: 487
Reputation: 47367
I gave a presentation on it at an Ember meetup once, here's the doc
I use it in one of my enterprise apps, and Ember Data in another, Ember Data is better IMHO. Ember Data is also supported by a larger conglomerate of people, and is updating more frequently.
Upvotes: 1