Skip to content
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
@nirandas

Description

@nirandas

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions