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

ngAnimate breaks ngRepeat when using custom transitions since 1.2.13 #6395

@shql

Description

@shql

In reference to v1.2.13 and the following change:

$animate: ensure $animate doesn't break natural CSS transitions (4f84f6b, #6019)

We stepped over the following problem:

  1. Include ngAnimate in your module
  2. Use ngRepeat to fill a table
  3. Add css transition to the repeated element (tr)
  4. Add a simple filter to increase / decrease number of elements

Result:

  • ngAnimate gets stuck with random elements (elements do not disappear, duplicates appear again)
  • Hovering with the mouse makes the element disappear

Plunker: http://plnkr.co/edit/4y53HAnTerFmSTFNS2cU

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions