Skip to content

Commit 4d7b05b

Browse files
Merge pull request #42 from SergeyKhodussov/patch-1
Added some options
2 parents 64a83a9 + 0105517 commit 4d7b05b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular-legacy-sortable.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
// Create watchers for `options`
193193
angular.forEach([
194194
'sort', 'disabled', 'draggable', 'handle', 'animation', 'group', 'ghostClass', 'filter',
195-
'onStart', 'onEnd', 'onAdd', 'onUpdate', 'onRemove', 'onSort', 'onMove', 'onClone', 'setData'
195+
'onStart', 'onEnd', 'onAdd', 'onUpdate', 'onRemove', 'onSort', 'onMove', 'onClone', 'setData',
196+
'delay', 'animation', 'forceFallback'
196197
], function (name) {
197198
watchers.push(scope.$watch('ngSortable.' + name, function (value) {
198199
if (value !== void 0) {

0 commit comments

Comments
 (0)