Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(popover): animations with ngAnimate #3509

Closed

Conversation

chrisirhc
Copy link
Contributor

  • Animations didn't work because the class attribute was mangled during
    compilation due to the way class attributes are merged on directives with
    replace: true (happened
  • Rename attribute to popup-class
  • Refactor to rename variables named "class" as it's a keyword
    and also looks weird in editors

Fixes #3375
Fixes #3506

- Animations didn't work because the class attribute was mangled during
  compilation due to the way class attributes are merged on directives with
  `replace: true`

- Rename attribute to popup-class

- Refactor to rename variables named "class" as it's a keyword
  and also looks weird in editors

Fixes angular-ui#3375
Fixes angular-ui#3506
@chrisirhc chrisirhc added this to the 0.13.0 milestone Apr 8, 2015
@chrisirhc chrisirhc force-pushed the feature/fix-tooltip-animate branch from d282e22 to ed0416e Compare April 8, 2015 06:10
@wesleycho
Copy link
Contributor

LGTM - this is ready I take it?

@chrisirhc
Copy link
Contributor Author

Yep it's ready

@chrisirhc chrisirhc closed this in c2ace47 Apr 8, 2015
@chrisirhc chrisirhc deleted the feature/fix-tooltip-animate branch April 8, 2015 19:39
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.

tooltip - Issues with PR #3126 ngAnimate breaks fade-in animation of popover
3 participants