marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

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

Open tilluran006 opened 5 years ago

tilluran006 commented 5 years ago

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); });