Drag and Drop using AngularJS (with or without jQuery), how?

前端 未结 3 1428
眼角桃花
眼角桃花 2021-02-09 05:21

what i want to do is exactly this , but that is in jQuery and i want to know if is there a way to do that in AngularJS, or if someone has alredy done it with the Angular way, an

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-09 06:02

    I've created a wrapper around jQueryUI draggable/droppable a long ago. Might be helpful for you.

    Demo: http://codef0rmer.github.com/angular-dragdrop/#/

    Source: https://github.com/codef0rmer/angular-dragdrop

提交回复
热议问题