You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix(README): Closes#108 and [cleanup](7c06a61)
- fix(*): Closes#102 - use $.map over native .map method for IE8
- fix(*): Closes#137 - drag/drop should work even when compile-time debugging is disabled
- fix(*): Closes#130 - avoid setting display: block on dropped cell
- fix(*): Closes#102 - passing global jQuery reference in case it is renamed with jQuery.noConflict()
- fix(*): Closes#143 - introduce deepCopy option to support deep copy on draggable/droppable
- perf(*): Undo #55 because some callbacks are performance intensive, especially, onDrag, to run a digest loop for. Call $scope.$apply() within the callback if needed
- fix(*): Closes#144 - default or custom confirmation before drop
It's any chance to make confirm before drop and if is canceled do not clone/remove item ?
The text was updated successfully, but these errors were encountered: