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

fix(ngAnimate): do not assume $document[0] exists #11997

Closed
wants to merge 1 commit into from

Conversation

tjokimie
Copy link

@tjokimie tjokimie commented Jun 1, 2015

Use document.body instead of $document[0].body. Enable mocking of $window
without having to add an empty document object into it.

Closes #11964

Use document.body instead of $document[0].body. Enable mocking of $window
without having to add an empty document object into it.

Closes angular#11964
@Narretz Narretz added this to the 1.4.1 milestone Jun 1, 2015
@Narretz
Copy link
Contributor

Narretz commented Jun 1, 2015

@matsko can you take a look at this? I'm not sure how strict we should be with these injections.

@lgalfaso
Copy link
Contributor

lgalfaso commented Jun 8, 2015

I think this is not an issue. If you want to mock $window then you should provide document. Someone else might want to mock $document and if we use document here, then it would be impossible

@tjokimie
Copy link
Author

tjokimie commented Jun 8, 2015

@lgalfaso Previously this has been an issue in $sce and it was fixed in #9663.

@matsko
Copy link
Contributor

matsko commented Jun 8, 2015

The reason why we use $document in the first place is to allow for mocking. This commit further limits things since we have to change the code afterwards to pull document from $window. Unfortunately you'll need to inject both. Sorry :{

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$window mocking not working with ngAnimate since 1.4.0
5 participants