Honey Goyal
Honey Goyal

Reputation: 445

AngularJs make an element draggable or droppable dynamically in DOM

I am looking for any directive or anything that works with angularJs to make an element draggable or droppable dynamically in DOM.

Like there is an element in DOM which is draggable, i want to make it droppable and disable its draggable properties.

I checked many directives. Can anyone suggest me something?

Upvotes: 0

Views: 1745

Answers (1)

Cory Silva
Cory Silva

Reputation: 2811

The most polished directive I have found is : Angular Gridster

Though I am not really sure what the use case is. Greensock's Draggable with Throw Props plugin is very nice and easily put into a directive...

Upvotes: 1

Related Questions