I am using AngularJS version 1.2.9.
My site works fine in IE9 and other browsers, but in IE8 it gives me this error:
[$injector:nomod] http://errors.angularjs.org/1.2.9/$injector/nomod?p0=moduleName
I automatically load the module from my script. I applied everything from the AngularJS website for compatibility with IE: http://docs.angularjs.org/guide/ie
Why does this error only occur in IE8, but not in IE9?
source
share