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