Skip to content

Commit

Permalink
Tagging version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
a5hik committed Apr 3, 2017
1 parent 95fbb35 commit 9cd8eb4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Angular Library for Drag and Drop, supports Sortable and Draggable. No JQuery UI

#### Release:

Latest release version 1.3.6
Latest release version 1.3.8

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-sortable",
"version": "1.3.6",
"version": "1.3.8",
"homepage": "https://github.com/a5hik/ng-sortable",
"author": "Muhammed Ashik <https://github.com/a5hik>",
"description": "Angular Library for Drag and Drop, supports Sortable and Draggable.",
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-sortable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
ng-sortable v1.3.6
ng-sortable v1.3.8
The MIT License (MIT)
Copyright (c) 2014 Muhammed Ashik
Expand Down Expand Up @@ -760,7 +760,7 @@
// container positioning
containerPositioning = scope.sortableScope.options.containerPositioning || 'absolute';

dragItemInfo = $helper.dragItem(scope.itemScope);
dragItemInfo = $helper.dragItem(scope);
tagName = scope.itemScope.element.prop('tagName');

dragElement = angular.element($document[0].createElement(scope.sortableScope.element.prop('tagName')))
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-sortable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-sortable",
"version": "1.3.6",
"version": "1.3.8",
"homepage": "https://github.com/a5hik/ng-sortable",
"author": "Muhammed Ashik <https://github.com/a5hik>",
"description": "Angular Library for Drag and Drop, supports Sortable and Draggable.",
Expand Down
2 changes: 1 addition & 1 deletion source/sortable-item-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
// container positioning
containerPositioning = scope.sortableScope.options.containerPositioning || 'absolute';

dragItemInfo = $helper.dragItem(scope.itemScope);
dragItemInfo = $helper.dragItem(scope);
tagName = scope.itemScope.element.prop('tagName');

dragElement = angular.element($document[0].createElement(scope.sortableScope.element.prop('tagName')))
Expand Down
2 changes: 1 addition & 1 deletion source/sortable-main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
ng-sortable v1.3.6
ng-sortable v1.3.8
The MIT License (MIT)
Copyright (c) 2014 Muhammed Ashik
Expand Down

0 comments on commit 9cd8eb4

Please sign in to comment.