-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
using angular.copy in handleDrop causes side effects hard to debug.
i had an array of objects, and elements were copyed to another array (lets call it helper array), sorting was based on this. after handleDrop, the object was replaced in helper array, but the original array kept the original object..
why you use angular.copy when creating the temp variable? what's the use case when it's needed?
Metadata
Metadata
Assignees
Labels
No labels