-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getPreviousTitle always returns the previous title independent of the tab history #1076
Comments
Good catch! Will have to think about how to fix this |
OK, I instead made it so the navBarDelegate allows you to detect if you should use the getPreviousTitle() method; read the commit notes above for how you would do this. Use the nightly build and it will work. |
Thank you. Good move! |
I tried it with the nightly build and it is working fine 👍 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
In beta 1 getPreviousTitle() of $ionicNavBarDelegate always returns the previous title independent of the tab history of each tab. Example to reproduce the issue:
The text was updated successfully, but these errors were encountered: