dimanche 10 juillet 2016

How ember data (store) generates ID

How exactly ID build? Data stored in store by ID, but how the ID is generated?

//Code just to pass requirements

normalize(model, hash, prop) {
    hash.id = 'someId';
    return this._super(...arguments);
  }




Aucun commentaire:

Enregistrer un commentaire