Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember Data

Ember Data

Talking about challenges with data on the web and how Ember Data tries to tackle them

Avatar for Alex Navasardyan

Alex Navasardyan

August 24, 2013
Tweet

More Decks by Alex Navasardyan

Other Decks in Programming

Transcript

  1. Model // find record with id = 1 App.Person.find(1); //

    find all records App.Person.find(); Friday, August 23, 13