fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

Update ngDrag to use $timeout to hook in with angular, instead of set… #264

Open rsc092020 opened 7 years ago

rsc092020 commented 7 years ago

…Timeout

setTimeout can cause issues in protractor, because protractor waits for $timeout's to resolve in waitForAngular(), but not setTimeout