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

Cannot set keys

Open alexandroscgb opened this issue 7 years ago • 0 comments

Hi.

I'm trying to set simple keys during login process but it simply won't do it, an exception is thrown and captured in a catch statement inside the onError function.

localStorageService.set('scope', data.data.scope); Not event

localStorageService.set('scope', 'whatever');

The varible localStorageService is ok, returns the storage type and it says it supports it.

Any ideas? Thanks.

alexandroscgb avatar Sep 05 '17 15:09 alexandroscgb