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 person = this.get('store').findRecord('person', 1);

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