Open vaoan opened 8 years ago
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 https://github.com/gsklee/ngStorage/issues/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.
$sessionStorage only works in a tab. If you need to work across different tabs, use $localStorage instead.
$sessionStorage
$localStorage
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 https://github.com/gsklee/ngStorage/issues/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.