When I tried to port my application to Angular 1.4.0-rc2 (release candidate), I got into a problem: when I load ngAnimateas a dependency of my application, the directive ngRepeatstops deleting deleted elements from the HTML DOM. The problem does not appear when I do not load ngAnimateor when I use Angular 1.3.x.
Plunker App Demonstrates Problem
Is this a bug in 1.4.0-rc2 or am I doing something wrong? I looked at breaking changes 1.4, but that did not help me solve this problem.
source
share