angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iteration

Open tilluran006 opened this issue 6 years ago • 0 comments

When trying to drag and drop large container with many fields, it throws Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!Watchers fired in the last 5 iteration. At scope.$apply(function() { targetArray.splice(getPlaceholderIndex(), 0, transferredObject); });

tilluran006 avatar Jan 18 '19 06:01 tilluran006