-
Notifications
You must be signed in to change notification settings - Fork 6.7k
ngAnimate breaks fade-in animation of popover #3375
Comments
versions of angular ui / bootstrap? |
From the linked plunk: |
To clarify, it looks like it is breaking when the popover is entering - is this accurate? |
@wesleycho, exactly. |
Can you try based on current master? The popover now supports ngAnimate |
Closing, as the popover was refactored to support ngAnimate. Let us know if this is still an issue. |
Unfortunately it is still broken. Using |
Posting more useful Plunker for reference |
Reopening as this isn't fixed on master at the moment. Ref: #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
- 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
After including ngAnimate module to my application it breaks fade-in animation of popover.
Demo: http://plnkr.co/edit/3ECNoqBqfUcbwTq3MnVa
The text was updated successfully, but these errors were encountered: