Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draggable with Draggable Children? (draggable tree) #152

Open
plong0 opened this issue May 14, 2015 · 1 comment · May be fixed by #183
Open

Draggable with Draggable Children? (draggable tree) #152

plong0 opened this issue May 14, 2015 · 1 comment · May be fixed by #183

Comments

@plong0
Copy link

plong0 commented May 14, 2015

Wondering if there are any examples of ngDraggable items with ngDraggable children?

I am looking at creating a recursive tree and would like to be able to move items around in it.

I am starting to work on it, but wanted to ask if anyone has worked with this before?
If I am successful, I will post a PR with working example.

The first trouble I am seeing is that when I drag a child node, it also drags the parent.

Another strange thing I am seeing is that when I drag an item with draggable children, the ng-drag-* functions get called several times each (all with the same "data" parameter though).

@plong0 plong0 changed the title Draggable with Draggable Children? Draggable with Draggable Children? (draggable tree) May 14, 2015
@alpavlove
Copy link

@sebhofmann sebhofmann linked a pull request Aug 25, 2015 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants