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

fix($animate): accept unwrapped DOM elements as inputs for enter + move #11894

Closed
wants to merge 1 commit into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented May 18, 2015

Prior to this fix the $animate.enter() and $animate.move() events caused
an error when a parent or after element was provided that was not
already wrapped as a jqLite element. This patch ensures that both
wrapped and unwrapped DOM nodes are allowed.

Closes #11848

Prior to this fix the $animate.enter() and $animate.move() events caused
an error when a parent or after element was provided that was not
already wrapped as a jqLite element. This patch ensures that both
wrapped and unwrapped DOM nodes are allowed.

Closes angular#11848
@petebacondarwin
Copy link
Contributor

@matsko does this need to go in before we can release 1.4.0? Or can it go into 1.4.1?

@petebacondarwin
Copy link
Contributor

Scrap that - it looks good to me. @matsko can you land this one please?

@matsko
Copy link
Contributor Author

matsko commented May 18, 2015

Landed as f26fc26

@matsko matsko closed this May 18, 2015
@matsko matsko deleted the fix_enter_move_elements branch May 18, 2015 18:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$animate.enter with third parameter in 1.4.x
3 participants