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

Commit d091d89

Browse files
committed
Merge pull request #3 from tamtakoe/patch-1
fix(sortable.js):add "onStop" in vars
2 parents 845b56f + 94960c1 commit d091d89

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)