julx
julx

Reputation: 9091

ember-model example application

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

Answers (1)

Kingpin2k
Kingpin2k

Reputation: 47367

I gave a presentation on it at an Ember meetup once, here's the doc

https://docs.google.com/presentation/d/1syDpGOveVxk01qyFCXtiVruIUNBk0IK6_K5PQee76eE/pub?start=false&loop=false&delayms=3000

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

Related Questions