ie8のangularjsプロジェクトとwebjarでrequirejsを機能させることはできません(firefox、chromeにはエラーがありません)。
つまり、デバッグバーを使用すると、次のエラーが発生します。
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 と互換性がありますか?
どうすればこの問題を解決できますか?