Lebedev Konstantin
71f4362e3c
Merge pull request #441 from ChiefORZ/dev
...
fix click event for mobile devices and old browser
10 years ago
ChiefORZ
d56e4d41db
forceFallback changes
...
removed the default behaviour to append the cloned Element to the body.
now the cloned Element gets added in the same parent, with the addition
of the class defined in options.fallbackClass.
added the possibility to change the fallback class.
added the possibility to decide wheter the fallback should be cloned
into the same parent or to the document's body.
10 years ago
Lebedev Konstantin
38f732ce04
Merge pull request #412 from NSinopoli/dev
...
Fix jshint
10 years ago
Lebedev Konstantin
476ed8369b
Merge pull request #438 from evillemez/angular-dev
...
angular watch more options
10 years ago
Lebedev Konstantin
2224671bc6
Merge pull request #439 from amfleming/master
...
Please Tag & Release v. 1.2.1
10 years ago
Lebedev Konstantin
00f993052c
Merge pull request #450 from kuitos/remove-bind-polyfill
...
remove bind polyfill
10 years ago
Kuitos
a092094d11
remove _bind function for Function.bind polyfill
10 years ago
Kuitos
6be61ce97e
remove _bind function for Function.bind polyfill
10 years ago
ChiefORZ
2f06d97b36
missed some stuff
...
wasn't merging all necessary stuff. now it should be fully functional
10 years ago
ChiefORZ
5d6747a9c7
react handleMove/onMove event
...
modified the private _onMove prototype, so it calls events on it's
source Element like it's sibling function _dispatchEvent
added the handleMove, which listens to the onMove events to the react
mixin
10 years ago
ChiefORZ
429dc043ab
fix click event for mobile devices and old browser
...
added forcePolyfill option.
forcePolyfill is made to make cross-browser testing more easy.
forcePolyfill provides a reliable, consistent cross-browser Solution for
Sortable.
forcePolyfill gives us the possibility to change the way "dragged items"
lok like.
10 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago
Evan Villemez
34357d8e85
added more draggable options for angular to watch
10 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
Alex Wild
9940598312
Allow click events for touch devices
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
Nick Sinopoli
6f3699c792
Don't use assignment in condition
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
RubaXa
a89b3b3edc
#347 : + moveVector
10 years ago