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

trouble cancelling sort when using separate lists #30

Closed
DannyRyman opened this issue Aug 22, 2013 · 4 comments
Closed

trouble cancelling sort when using separate lists #30

DannyRyman opened this issue Aug 22, 2013 · 4 comments

Comments

@DannyRyman
Copy link

I am new to angular so I apologise if this is a lack of understanding on my part, but I am having trouble invoking a cancel when copying items between separate lists. Here is a fiddle that demonstrates what I am trying to archive:

http://jsfiddle.net/Ej99f/1/

@ArdentZeal
Copy link

I am having the exact same problem with the angular-1.2-branch.

@thgreasi
Copy link
Contributor

Angular1.2 does not currently provide support for any kind of canceling (even when working on just one sortable list).
Just opened #59 to track the progress of the implementation in angular1.2 branch.

thgreasi added a commit to thgreasi/ui-sortable that referenced this issue Nov 23, 2013
@thgreasi
Copy link
Contributor

Please test with pull request #60.
Note that there is a case that ui.item.scope() or ui.item.scope().item might be undefined inside the update callback!

thgreasi added a commit that referenced this issue Dec 1, 2013
Progress on cancelling sort using multiple lists #30.
@thgreasi
Copy link
Contributor

thgreasi commented Dec 1, 2013

The fiddle you provided seems fixed with the angular1.2 branch.
Please test this fixed fiddle and reopen if necessary.

Note that the angular1.2 branch, should also work with angularJS 1.0.x as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants