I'm getting the error in IE9 when loading my app:
Error: Internal error in Microsoft Internet extensions Error: Access denied.
When I debug IE dev tools, it points the code to localStorage.
if (localStorage) {
} else {
}
I'm not sure if this is an angular -I problem, or if it is just IE. Thanks in advance!
source
share