Closed
Description
Type: perf
Platform: all
In the destroy function of collection-repeat directive, computedStyleNode never has a parent.
Moreover using removeChild just detach the node, but it doesn't remove events attached on it (or on childs) by other directives (like ng-click).
This causes the detached DOM of the scroll view to be kept in memory.
If I replace it with angular.element(computedStyleNode).remove();
all works fine.
Metadata
Metadata
Assignees
Labels
No labels