vendredi 8 avril 2016

ember recover my data to put them in a graph

hello,

so,I fail to configure my route to take my data (data in database and as it remains in RecordArray) and give them in a chart. thank you in advance.

export default Ember.Route.extend({
  model(){var tab=this.store.findAll('act');
  return tab;
},});

Aucun commentaire:

Enregistrer un commentaire