gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

Issue syncing between tabs #251

Open swinston1000 opened 7 years ago

swinston1000 commented 7 years ago

Hi

Firstly thanks for the great package, it makes local storage a breeze

I'm not able to have changes automatically update between tabs.

Here is my plunker - http://plnkr.co/edit/ttq1utRKK8JyAEzPFDEX?p=preview

I read through an earlier issue but I wasn't able to fix as the version of ngStore was much older and throwing an error when tried to use it.

Thanks

Steven