richclient:emberjs:data:crud

Ceci est une ancienne révision du document !


Opérations CRUD

Récupération du store, dans un contrôleur ou un route handler :

let store=this.get('store');

Chargement d'une instance de person

let blogPost = this.get('store').findRecord('person', 1);

  • richclient/emberjs/data/crud.1517758254.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)