1

I'm new to AngularJS. My requirement is to design a web app with Drag & Drop functionality. My app needs the following feature:

  • A slider from where I could select widget, drag them over from the slider and drop them over to a grid in screen
  • I should be able to re-size the dropped widget in the grid
  • should be able to re-position the widget on the grid in the screen.

Could anyone suggest any websites, plugins or tutorials that could help me get around with this. Any help is much appreciated.

1 Answer 1

1

Take a look in AngularJS documentation. There is an simple example for an directive that can add drag/drop functionality on elements.

Here you can find a plunker for example.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Sven. I used Gridster plugin and it helped me.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.