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

Getter for prefix

Open maksimradzevich opened this issue 7 years ago • 0 comments

Please, provide getter for storage prefix. This could be useful for example in window listeners $window.addEventListener('storage', function (event) { if (event.key === localStorageService.prefix + 'logout-event') { factory.logout() } });

maksimradzevich avatar Apr 02 '18 11:04 maksimradzevich