Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2f0aa3b

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 127
1 parent 0bc647a commit 2f0aa3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sortable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ angular.module('ui.sortable', []).value('uiSortableConfig', {}).directive('uiSor
66
return {
77
require: '?ngModel',
88
link: function (scope, element, attrs, ngModel) {
9+
element = jQuery(element);
910
function combineCallbacks(first, second) {
1011
if (second && typeof second === 'function') {
1112
return function (e, ui) {

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.

0 commit comments

Comments
 (0)