dimanche 8 janvier 2017

How to get next route after the current route deactivate.?

I have some code that uses route 'deactivate' method as follows.

 deactivate: function() {
        this._super();
        //some code here

    }

Is there a way to identify where is user trying to go(route of URL) after this route deactivates?




Aucun commentaire:

Enregistrer un commentaire