我正在添加和删除 html 元素以制作和无限滚动..但角度似乎并没有立即收集垃圾..请看一下图表。
它在滚动时爬上爬下然后下降..
这是我的代码示例:
$scope.items = and array of lots of items.
$scope.itemsView.push($scope.item[i]);
$scope.itemsView.splice(theIndex,1);
有任何想法吗?
我正在添加和删除 html 元素以制作和无限滚动..但角度似乎并没有立即收集垃圾..请看一下图表。
它在滚动时爬上爬下然后下降..
这是我的代码示例:
$scope.items = and array of lots of items.
$scope.itemsView.push($scope.item[i]);
$scope.itemsView.splice(theIndex,1);
有任何想法吗?