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.
1.0RC1: $log.error.apply() resulting in error on IE #805
Closed
Description
New angular 1.0 RC1 line 4942
$log.error.apply($log, arguments);
Results in the following error on IE
"Error: Object doesn't support property or method 'apply'"
In previous versions the apply method was not being used on $log.error. Possible fix at line 6765.
// we are IE, in which case there is nothing we can do
return logFn;
Metadata
Metadata
Assignees
Labels
No labels