ember data - Saving model from REST adapter into localstorage -


is there easy way save or copy ember model "from restadapter lsadapter" (including relationships)?

for example that?

var person = ds.reststore.find(model.person, 1); ds.lsstore.createrecord(person);  ds.lsstore.commit(); 


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -