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

Commit 2fb4240

Browse files
committed
feat(sortable): update local variable with active options
1 parent 57c5332 commit 2fb4240

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
@@ -241,6 +241,7 @@ angular.module('ui.sortable', [])
241241
value = wrappers[key](value);
242242
}
243243

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

0 commit comments

Comments
 (0)