我正在调试一个使用angular v1.2.26的网站/应用程序,由知道Angular的人构建,但我自己也是Angular的新手。
当我在IExplorer 11 / win7中打开它时偶尔会收到此错误:
[$injector:modulerr] Failed to instantiate module main due to:
Error: [$injector:nomod] Module 'main' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.2.26/$injector/nomod?p0=main
at Anonymous function ...........
(如果我在Chrome / Firefox / Opera中打开,这不是问题 - 我有其他问题;-)但不是这个)
我已经找到了所有类型的解释,但没有一个针对iExplorer(我的意思是:它们都不会发生在Internet Explorer中 - 它们似乎都发生在每个浏览器中,而这不是我的情况)< / p>
让我疯狂的另一件事是异常发生可能是3/4次。有时它加载得很好......
所以,问题是:有人知道iExplorer中可能会发生什么吗?
如果需要,我会提供更多信息......
/感谢 / J