jeudi 9 mars 2017

FindAll mehtord with aysncrounously

I have a model in my route as like this,

 model: function () {
        return {
            "first-levels":this.get('store').findAll('student')
        };
    }

I want to know this findAll called by default asynchronously or synchronously ? how can default behavior be override ?

sorry for my poor english




Aucun commentaire:

Enregistrer un commentaire