angular-locker
angular-locker copied to clipboard
LocalStorage gets reset on window.history.back()
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.