RubaXa
32064e1ce1
+ support debugInfoEnabled(false)
9 years ago
RubaXa
e7415899ac
Merge branch 'master' of https://github.com/Tradiio/Sortable into Tradiio-master
9 years ago
Lebedev Konstantin
15aaf285e7
Merge pull request #534 from JWo1F/patch-1
...
fix "Cannot read property 'destroy' of undefined"
9 years ago
Alex
a6c6df6b06
fix "Cannot read property 'destroy' of undefined"
9 years ago
Dan Dascalescu
0455fa4fee
Simplify running the example
9 years ago
Dan Dascalescu
bbb0d102c0
Simplify Meteor packaging and add Windows support
9 years ago
Lebedev Konstantin
205d1aa9df
Merge pull request #528 from avoliva/patch-1
...
Correct spelling error in README.md
9 years ago
Adam Voliva
acda5dace5
Correct spelling error in README.md
9 years ago
André Góis
9e93358ea5
Update ng-sortable.js
9 years ago
Lebedev Konstantin
78ef22013f
Merge pull request #483 from rclai/patch-1
...
Update dependency of mongo-collection-instances
9 years ago
Lebedev Konstantin
d835ba6eff
Merge pull request #493 from urossmolnik/master
...
meteor: option to specify collection selector
9 years ago
Uros Smolnik
8510d422ff
meteor: option to specify collection selector
9 years ago
André Góis
5b4737f628
Update ng-sortable.js
9 years ago
Richard Lai
7bb9348649
Update dependency of mongo-collection-instances
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
RubaXa
43fd37386f
Merge branch 'dev'
9 years ago
RubaXa
f3e090c2a3
#429 : dragStartTimer -> _dragStartTimer
10 years ago
Lebedev Konstantin
ed8ae42e15
Merge pull request #431 from amfleming/patch-3
...
Correctly match multiple class names
10 years ago
Adam Fleming
7767536381
Correctly match multiple class names
...
Assume that el.className === "foo bar"
Assume that your selector is "DIV.foo.bar"
(' ' + el.className + ' ').match(re) will only have one match - " foo " - because the "\\s" trailing character on "foo" prevents " bar " from being matched
EZ fix is just to make sure the trailing whitespace is not consumed by the regex
10 years ago
Lebedev Konstantin
591b311dce
Merge pull request #421 from amfleming/patch-2
...
Include ng-sortable.js in bower distribution
10 years ago
Adam Fleming
f4502a72b7
Update bower.json
10 years ago
Lebedev Konstantin
705460eb28
Merge pull request #420 from amfleming/patch-1
...
Fix packages.json typo
10 years ago
Adam Fleming
be0fd1a126
Include ng-sortable.js in bower distribution
10 years ago
Adam Fleming
86d3d8b228
Update package.json
10 years ago
Lebedev Konstantin
97725779a1
Merge pull request #418 from just-boris/dev
...
ng-sortable: add prefix to version constant
10 years ago
just-boris
fa426fd835
ng-sortable: add prefix to version constant
10 years ago
Lebedev Konstantin
54fc87c035
Merge pull request #406 from NSinopoli/master
...
Reset state when component receives new props
10 years ago
Lebedev Konstantin
0edd2a884c
Merge pull request #405 from just-boris/dev
...
ng-sortable: support configuration constant
10 years ago
just-boris
f33927bfd7
ng-sortable: support configuration constant
10 years ago
RubaXa
851129a45f
Merge branch 'master' of github.com:RubaXa/Sortable
10 years ago
RubaXa
107bfa25c0
v1.2.1 - #376 : 'target' is NULL
10 years ago
RubaXa
3cb80fb6a6
Merge branch 'dev'
10 years ago
Lebedev Konstantin
061872cefc
Merge pull request #383 from diegocasmo/master
...
Fixed small typo on documentation
10 years ago
Lebedev Konstantin
d0c7696be2
Merge pull request #385 from wangchj/master
...
Remove circular symlink.
10 years ago
Nick Sinopoli
5633c00d19
Reset state when component receives new props
10 years ago
Dan Dascalescu
aa80521cb2
Fix security issue allowing modification of arbitrary numeric fields
10 years ago
wangchj
c132cab953
Remove circular symlink.
10 years ago
Diego Castillo
9846ed0bc2
Fixed small typo on documentation
10 years ago
Lebedev Konstantin
06f9530854
Update CONTRIBUTING.md
10 years ago
RubaXa
72be2e91ae
#376 : * fixed 'evt.target'
10 years ago
RubaXa
590a5de981
#379 : * typo
10 years ago
RubaXa
d5737ce9e7
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
10 years ago
RubaXa
08c31fc0bb
#379 : + 'delay' description
10 years ago
Lebedev Konstantin
3728d90715
Merge pull request #369 from matixmatix/master
...
Fix AngularJS typo
10 years ago
Matic Jurglič
8e8558f023
Fix AngularJS typo
10 years ago
Lebedev Konstantin
cd4238ead8
Merge pull request #364 from ha-D/dev
...
Use isolated scope with two-way binding in ng-sortable
10 years ago
ha-D
1ab661f10e
Use isolated scope with two-way binding in ng-sortable
10 years ago
Lebedev Konstantin
1c78d98a1c
Merge pull request #351 from bolasblack/clean-watcher-after-element-destroy
...
clean watcher after element destroy
10 years ago
c4605
a479eae115
clean watcher after element destroy
10 years ago
RubaXa
14864bc067
#335 : call save only if 'active'
10 years ago