mercredi 1 novembre 2017

Controller - init not calls on windows back button transist

I require to set some default on the controller init method. on back button transits I am not getting the controller init method called. how can i insist the call?

here is my controller init method:

init() {

        this._super(...arguments);

//but not calling.
        Ember.run.schedule("afterRender",this,function() {
          console.log("afterRender");
        });

    },




Aucun commentaire:

Enregistrer un commentaire