ngStorage icon indicating copy to clipboard operation
ngStorage copied to clipboard

localStorage and sessionStorage done right for AngularJS.

Results 77 ngStorage issues
Sort by recently updated
recently updated
newest added

I don't know if this is still supported (seems unlikely that I'll get some help), but I'll ask anyways. I have a large AngularJS project which implements ngStorage and, lately,...

The `$rootScope.$watch()` causes a high load in ngUpgraded apps (2.4.x). When I comment out the following block, the DevTools timeline shows next to no activity. https://github.com/gsklee/ngStorage/blob/c217d5bb01b4a79bb389d05a83513c89b5d34bf9/ngStorage.js#L206-L208

**Bug:** Browser storage mantein clear when $localstorage.$reset and try to load the same data. `$localstorage.$reset($localstorage); // Brower Local Storage are empty` **The cause:** On $reset the _last$storage variable is not...

Hi there! Please update your referenced dependencies to the latest versions (+-70 Vulnerabilities are currently found). Thanks a lot in advance! Kind Regards CJ

In line 1 of ngStorage.min.js When we did a fortify scan we are encountering an error stating Insecure Randomness. Insecure randomness errors occur when a function that can produce predictable...

Hi, Getting this: ``` TypeError: Illegal invocation at isArrayLike (angular.js:276) at forEach (angular.js:332) at copy (angular.js:930) at copy (angular.js:899) at copy (angular.js:943) at Object.copy (angular.js:899) at $get.$storage.$apply (ngStorage.js:176) at angular.js:17744...

I'm using ngStorage with Satellizer, and because Satellizer stores a token in localStorage as a plain, unquoted string, I get a parsing error when ngStorage attempts to sync this value....

I have an application where I use ngStorage to save some time values which will decreased every second, but with ngStorage the current time value will not shown after reload...

I have 2 tabs open. On tab 1 I click login and the state changes in ~1-2 seconds. If I quickly focus the 2nd tab before the changes in tab...