angular-local-storage
angular-local-storage copied to clipboard
Clear the local storage on page refresh
trafficstars
Hello, This is not an bug. it is just a question
i have a scenario to save the data on page load and clear data on page refresh or navigate to another page. can some on help me to please.
Appreciate for best response
localStorageService.set('something', true); // ... localStorageService.get('something'); // ... window.onbeforeunload = function (e) { localStorageService.clearAll() };