Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Fix IE8 problems in $log and general startup #5478

Closed
wants to merge 2 commits into from

Conversation

tbosch
Copy link
Contributor

@tbosch tbosch commented Dec 19, 2013

Fixes #5400. Fixes #5147.

@ghost ghost assigned tbosch Dec 19, 2013
@IgorMinar
Copy link
Contributor

also please add "Fixes #..." or "Closes #..." into the individual commit messages so that we can link to the issues from release notes

In IE8 the result object
of calling `node.querySelectorAll` does not have a `hasOwnPropery`
function. However, it should be usable with `forEach`.

Related to angular#5400.
In IE8, reading `console.log.apply` throws an error.
Catching this errow now.

Fixes angular#5400. Fixes angular#5147.
@tbosch
Copy link
Contributor Author

tbosch commented Dec 19, 2013

Landed in master as 4f5758e and 274a673

@tbosch tbosch closed this Dec 19, 2013
@tbosch tbosch deleted the ie8-apply branch December 19, 2013 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants