Skip to content

Commit c2d68f1

Browse files
committed
chore(*): version bump 1.0.8
- Closes #125, #121, #99 - Fix paradox of choice ($ vs jQuery) - Closes #122 - Update jQueryUI depedency in demos and tests - Closes #130 - Restore display value if set, else use block - Closes #128, #36, #30 - Restore zIndex value always - Closes #117, #110 - Fix destroying widgets prior to initialization - Closes #111 - Allow dropping without ngModel similar to dragging
1 parent 16fed4a commit c2d68f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dragdrop",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
55
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
66
"license": "MIT",

src/angular-dragdrop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Implementing Drag and Drop functionality in AngularJS is easier than ever.
2323
* Demo: http://codef0rmer.github.com/angular-dragdrop/
2424
*
25-
* @version 1.0.7
25+
* @version 1.0.8
2626
*
2727
* (c) 2013 Amit Gharat a.k.a codef0rmer <[email protected]> - amitgharat.wordpress.com
2828
*/

src/angular-dragdrop.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)