MYMatan YedayevFeb 27, 2016
Angular ng-repeat render delay
I have $scope.items = [item1, item2, etc...] and ng-repeat="item in items" in html. When I change $scope.items = [anotherItem1, anotherItem2, etc...], there is a delay in rendering. The result is that I see the first array, than I see the 2...
TDMTatianaP and 2 more commented