gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.33k stars 461 forks source link

DOM7011: The code on this page disabled back and forward caching #183

Open angeloocana opened 8 years ago

angeloocana commented 8 years ago

Only in IE 11, i'm getting the errors below:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337 staffgeist.azurewebsites.net

HTML1300: Navigation occurred. staffgeist.azurewebsites.net

can anyone help me?

samuelneff commented 8 years ago

Those are not errors, just informational. Happens in Angular when using HTML5 mode since our Angular code is handling back/forward instead of the browser.

SONALIKOKARE commented 8 years ago

Yes it's just an infomational.But then how to run our angular js code on IE browser.

Mozar10 commented 8 years ago

Has anything been worked out for this error?

biswajitpanday commented 7 years ago

Is there any update..?

melban commented 7 years ago

I'm having the same issue with my Meteor app. Works fine in Chrome but IE and Safari don't render.

ChetnaGupta commented 6 years ago

Did we get any solution for this ?

jayeshtejwani commented 6 years ago

Did we get any solution for this ? We are getting same error to reload some scripts in IE its throwing this error inside Salesforce.

Allen-Porter commented 5 years ago

Despite it being an informational, a practical consequence appears to be that IE debugger DOM output is disabled.