kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

triggersExit - doesn't work #687

Open kosiakMD opened 7 years ago

kosiakMD commented 7 years ago
triggersEnter: function() {
        console.log('Router Enter');
    },
    triggersExit: function() {
        console.log('Router Exit');
    },

'Enter' - works, but 'Exit' - doesn't

**occurs if subscribing is present