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

Commit 25c7363

Browse files
committed
feat(sortable): update local variable with active options
1 parent 5168154 commit 25c7363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sortable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ angular.module('ui.sortable', [])
240240
value = wrappers[key](value);
241241
}
242242

243+
opts[key] = value;
243244
element.sortable('option', key, value);
244245
});
245246
}

0 commit comments

Comments
 (0)