Hi Scott,

As you have found out, drag and drop is hard. I'm still looking for a good 
solution that can handle this in a universal cross-browser compatible way. 
I don't think that encapsulating an jquery plugin is the right approach. 
Let me explain that a bit. Drag and drop is about moving data around right? 
You want the user to reorder a list, or let the user drag and drop articles 
in his shopping chart. That has next to nothing to do with DOM 
manipulation, and everything with data-manipulation.
In angular, the view/html follows the data. jQuery does just the opposite. 
This collision is amplified when you try to incorporate an drag&drop from 
the one into the other.

Brian has made an drag&drop implementation 
<https://github.com/btford/angular-dragon-drop> that works with data 
manipulation, it is not a complete solution, but it might just do the trick 
you need.

Hope this helps you a bit,
Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to