How to Create simple drag and Drop in angularjs

后端 未结 8 1598
孤独总比滥情好
孤独总比滥情好 2020-11-29 16:55

I want to know how to do drag and drop by using AngularJs.

This is what I have so far:



        
8条回答
  •  渐次进展
    2020-11-29 17:18

    Angular doesn't provide snazzy UI elements like drag and drop. That's not really Angular's purpose. However, there are a few well known directives that provide drag and drop. Here are two that I've used.

    https://github.com/angular-ui/ui-sortable

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

提交回复
热议问题