tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects
https://npm.im/angular-locker
MIT License
314 stars 42 forks source link

LocalStorage gets reset on window.history.back() #24

Open Ashutosh2 opened 9 years ago

Ashutosh2 commented 9 years ago

I am storing some data in localStorage, but after calling window.history.back(), the data gets reset, for page refresh it works fine. How do deal with window.history.back() scenario.

Thanks in advance.