tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects

Home Page:https://npm.im/angular-locker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save info in each tab in the same browser

hank-hong opened this issue · comments

The version is angular-locker "2.0.4".

If I put the value in storage " locker.driver('local')", the value will always be saved even I close the browser.

But If I used "locker.driver('session')" to save value, The value won't be get in another tab.

Could yo please give me some suggesion?

Thank you.

@tymondesigns This can be closed.