You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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);
};