I cannot make requirejs work with angularjs project and webjars in ie8, ( I dont have error in firefox, chrome).
With ie debug bar I have this error :
Object doesn't support property or method
In this code :
webjarsAngularjsChildren.forEach(function(child) {
webjarsAngularjsPaths[child] = webjars.path("angularjs", child);
webjarsAngularjsShim[child] = ["angular", "webjars!angular.js"];
});
this code is generate with requirejs/webjars
forEach loop is compatible with IE 8 ?
how can i fix this problem ?