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

fix($animate): retain inline styles for property-specific transitions #7560

Closed
wants to merge 1 commit into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented May 23, 2014

Transitions that are run through ngAnimate which contain a specific property
cause any inline styles to be erased after the animation is done. This has
something to do with how the browsers handle transitions that do not use
"all" as a transition property.

Closes #7503

@mary-poppins
Copy link

Perkele Matias

Transitions that are run through ngAnimate which contain a specific property
cause any inline styles to be erased after the animation is done. This has
something to do with how the browsers handle transitions that do not use
"all" as a transition property.

Closes angular#7503
@petebacondarwin
Copy link
Contributor

LGTM

@matsko matsko added cla: yes and removed cla: no labels May 23, 2014
@btford
Copy link
Contributor

btford commented May 23, 2014

Landed as 98b9d68. Thanks!

@btford btford closed this May 23, 2014
@matsko matsko deleted the pr_7503 branch May 24, 2014 02:06
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.

Inline styles destroyed on elements with ng-model directives if css transition is defined
4 participants