AngularJS, multiple draggable items causes 'jump' on initial move
问题 I am using the example code located on the AngularJS main site. When I move the first draggable object, all is well. As soon as I begin dragging a second object, the second object 'jumps' exactly the distance which the first object was moved. Initially I thought the fix would be as simple as resetting the variables. Unfortunately, all of my attempts have caused 'indentation errors'. # Angular Drag Components RE-uses vars from previous drag, bugging out the dragging angular.module("aehalo", []