This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
IE8: View not rendering | angular.min.js, Line: 84, Column: 219 | SCRIPT445: Object doesn't support this action | apply?function() #5400
Closed
Description
Hi,
I'm under the gun here... we went with AngularJS under the notion it was supported in IE8. When I run the app we are getting
SCRIPT445: Object doesn't support this action
File: angular.min.js, Line: 84, Column: 219
I am using the latest build of AngularJS. I don't think IE8 likes the apply function.
Any help will be greatly appreciated!
return e.apply ? function () {
var a = [];
q(arguments, function (b) {
a.push(d(b));
});
return e.apply(b, a);
} : function (a, b) {
e(a, null == b ? "" : b);
};