grevory / angular-local-storage

An AngularJS module that gives you access to the browsers local storage with cookie fallback
Other
2.83k stars 585 forks source link

localStorageService.cookie.remove(key) return undefined #358

Open Berson1990 opened 7 years ago

Berson1990 commented 7 years ago

hello now when I use localStorageService.cookie.remove("key") return undefined and I cant remove data from key and documentation i found remove and clearAll() but I wand remove only key how can i fix this