We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using an old issue to compare with my problem. This is my version where i used $sessionStorage and the tabs are unsynced http://plnkr.co/edit/2V0Veh?p=preview Reading other issues, i found this #6 and the plunkr i'm using is based on this one http://plnkr.co/edit/Pycw5R?p=preview
I don't know how to keep my $sessionStorage the same in every tab on the same browser.
The text was updated successfully, but these errors were encountered:
$sessionStorage only works in a tab. If you need to work across different tabs, use $localStorage instead.
$sessionStorage
$localStorage
Sorry, something went wrong.
No branches or pull requests
I'm using an old issue to compare with my problem.
This is my version where i used $sessionStorage and the tabs are unsynced
http://plnkr.co/edit/2V0Veh?p=preview
Reading other issues, i found this #6 and the plunkr i'm using is based on this one
http://plnkr.co/edit/Pycw5R?p=preview
I don't know how to keep my $sessionStorage the same in every tab on the same browser.
The text was updated successfully, but these errors were encountered: