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

Commit 94960c1

Browse files
committed
fix(sortable.js):add "onStop" in vars
1 parent 845b56f commit 94960c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ angular.module('ui.sortable', []).value('uiSortableConfig',{}).directive('uiSort
88
return {
99
require: '?ngModel',
1010
link: function(scope, element, attrs, ngModel) {
11-
var onReceive, onRemove, onStart, onUpdate, opts;
11+
var onReceive, onRemove, onStart, onStop, onUpdate, opts;
1212

1313
opts = angular.extend({}, uiSortableConfig, scope.$eval(attrs.uiSortable));
1414

0 commit comments

Comments
 (0)