Answer the question
In order to leave comments, you need to log in
Why doesn't AngularJS always remove DOM elements that are removed from $scope?
Hello,
There is ng-repeat in the view that renders the list according to the view data array stored in $scope:
<tr ng-repeat="slot in model.slots[model.value1][model.value2]" ...
Answer the question
In order to leave comments, you need to log in
Try putting track by in ng-repeat.
Well, more information is needed, for example, a part of the code that updates the models.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question