meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

ionNavBackButton hook for tab path ? #349

Open ouya99 opened 8 years ago

ouya99 commented 8 years ago

I have an issue with a manipulated Session variable "ionTab.current' stated in issue #242 using a ionNavBackButton to go back to a tabs-screen.

{{>ionNavBackButton path='tabs.list' }}

As you suggested I would like to correct the back-button-navigation behaviour manually and set "ionTab.current' to its formerly correct state (e.g. tabs.list instead of /tabs/list) after back button is hit.

Is there a hook or event I could use for this afteraction or could you fix this behaviour in your framework?