David Schmidt
425aafa8d1
fix commonJS and plain version deps
9 years ago
David Schmidt
b65d326d40
add Sortable as dependency for knockout-sortable
9 years ago
4imble
5bbabe7c08
Fix to knockout sorting when dragging item index 1 to 0.
...
The items would not swap positions when you dragged item with index 1 to
the top of the stack at index 0.
9 years ago
fendy3002
6c86b334d2
Fix the missing 'var' syntax
...
The var syntax is missing. Added to explicitly define local variable.
9 years ago
fendy3002
70d04f9346
Update knockout-sortable.js
...
Use closure local variable instead of attaching the element to viewmodel. This is to prevent error caused by bound dom element as in issue 559.
https://github.com/RubaXa/Sortable/issues/559
9 years ago
srosengren
593cc5a0f5
Fixed issue with computed foreach's
...
Fixed how we find correct indexes for items if the sortable is
bound to a filtered collection.
9 years ago
Sebastian Rosengren
04553782b5
Added UMD definition to knockout-sortable
...
Fixes #488
9 years ago
srosengren
a6f86320ce
Fixed issue with computed foreach's
...
Fixed how we find correct indexes for items if the sortable is
bound to a filtered collection.
10 years ago
srosengren
2920836d5c
Ran grunt after adding knockoutjs bindinghandlers
10 years ago
srosengren
3738fa8db4
Added bindinghandlers for KnockoutJS
10 years ago