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.

ng-repeat animation - animation classes are not removed #5113

@rkolec

Description

@rkolec

Animation classes are not being removed after animation end and the old node created by ng-repeat(which should be deleted) is also not removed.

Plunker: http://plnkr.co/edit/gqRIIUJF55NNvlt9lqMz?p=preview

Example shows a directive which displays a list of elements. After list change the old list moves to the left followed by the new one. The problem is that the old list node should be deleted after leave animation but it isn't:

ng-repeat-ainmate

The problem occurs in firefox. Under chrome everything is fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions