You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're encountering this as well. Contrary to the message above, this repo does appear to be maintained.
The error we're seeing is: SCRIPT5: Access is denied
At $window[storageType] of var webStorage = $window[storageType] || ($log.warn('This browser does not support Web Storage!'), {})
Getting an error in IE9 and 11 with Access is denied. Its not on all machines, and so first thought was security settings.
IE debugged and said that line 79 in ngStorage.js webStorage.removeItem('ngStorage' + k); it expected a function.
What does it mean?
The text was updated successfully, but these errors were encountered: