-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Conversation
matsko
commented
Jun 30, 2015
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
11e2f11
to
0d940ad
Compare
I am slightly inclined into making the new |
inject(function($animate, $rootScope, $document, $rootElement) { | ||
$animate.enabled(true); | ||
|
||
var body = jqLite($document[0].body); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to use the new body service here instead?
I also think |
@petebacondarwin please review so we can merge this in tomorrow. |
It looks fine to me. The only comment I have is that since |
This patch makes it easier to gain access to document.body via the injector.
Merged in as 44ce9c8. Excellent work @OlenDavis. |