我不能让requirejs在ie8中使用angularjs项目和webjars,(我在firefox,chrome中没有错误)。
使用ie调试栏我有这个错误:
Object doesn't support property or method
在此代码中:
webjarsAngularjsChildren.forEach(function(child) {
webjarsAngularjsPaths[child] = webjars.path("angularjs", child);
webjarsAngularjsShim[child] = ["angular", "webjars!angular.js"];
});
此代码使用requirejs / webjars生成
forEach循环是否与IE 8兼容?
我该如何解决这个问题?
答案 0 :(得分:0)
此问题在此处描述: https://github.com/angular/angular.js/issues/5201
我在IE11的仿真模式下使用IE8时遇到了同样的问题。我安装了运行Windows XP和真正的IE8的虚拟机,没有问题。