angular-local-storage icon indicating copy to clipboard operation
angular-local-storage copied to clipboard

Clear the local storage on page refresh

Open smohammedyasin opened this issue 8 years ago • 1 comments
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

smohammedyasin avatar Jun 20 '17 12:06 smohammedyasin

localStorageService.set('something', true); // ... localStorageService.get('something'); // ... window.onbeforeunload = function (e) { localStorageService.clearAll() };

grevory avatar Jun 20 '17 14:06 grevory