Skip to content

Commit 9cd8eb4

Browse files
committed
Tagging version 1.3.8
1 parent 95fbb35 commit 9cd8eb4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Angular Library for Drag and Drop, supports Sortable and Draggable. No JQuery UI
66

77
#### Release:
88

9-
Latest release version 1.3.6
9+
Latest release version 1.3.8
1010

1111
`The Angular2 version of this Library is coming soon..`
1212

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-sortable",
3-
"version": "1.3.6",
3+
"version": "1.3.8",
44
"homepage": "https://github.com/a5hik/ng-sortable",
55
"author": "Muhammed Ashik <https://github.com/a5hik>",
66
"description": "Angular Library for Drag and Drop, supports Sortable and Draggable.",

dist/ng-sortable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
ng-sortable v1.3.6
2+
ng-sortable v1.3.8
33
The MIT License (MIT)
44
55
Copyright (c) 2014 Muhammed Ashik
@@ -760,7 +760,7 @@
760760
// container positioning
761761
containerPositioning = scope.sortableScope.options.containerPositioning || 'absolute';
762762

763-
dragItemInfo = $helper.dragItem(scope.itemScope);
763+
dragItemInfo = $helper.dragItem(scope);
764764
tagName = scope.itemScope.element.prop('tagName');
765765

766766
dragElement = angular.element($document[0].createElement(scope.sortableScope.element.prop('tagName')))

dist/ng-sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-sortable",
3-
"version": "1.3.6",
3+
"version": "1.3.8",
44
"homepage": "https://github.com/a5hik/ng-sortable",
55
"author": "Muhammed Ashik <https://github.com/a5hik>",
66
"description": "Angular Library for Drag and Drop, supports Sortable and Draggable.",

source/sortable-item-handle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
// container positioning
205205
containerPositioning = scope.sortableScope.options.containerPositioning || 'absolute';
206206

207-
dragItemInfo = $helper.dragItem(scope.itemScope);
207+
dragItemInfo = $helper.dragItem(scope);
208208
tagName = scope.itemScope.element.prop('tagName');
209209

210210
dragElement = angular.element($document[0].createElement(scope.sortableScope.element.prop('tagName')))

source/sortable-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
ng-sortable v1.3.6
2+
ng-sortable v1.3.8
33
The MIT License (MIT)
44
55
Copyright (c) 2014 Muhammed Ashik

0 commit comments

Comments
 (0)