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.
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;
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.