-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
4b1cfb6
commit 87fffa1
Showing
5 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* Implementing Drag and Drop functionality in AngularJS is easier than ever. | ||
* Demo: http://codef0rmer.github.com/angular-dragdrop/ | ||
* | ||
* @version 1.0.8 | ||
* @version 1.0.9 | ||
* | ||
* (c) 2013 Amit Gharat a.k.a codef0rmer <[email protected]> - amitgharat.wordpress.com | ||
*/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.