0

I am looking for some angular library which uses all the Jquery UI functionality. I have found some angular codes that provides drag drop. But I want a library that includes drag, drop with scope of angular in just one library. Can anyone suggest me that.

2
  • It's simple enough to write yourself. All you need to do is set up default jquery UI functionality, hook up your angular in the markup, then on the jquery UI events (recieve etc) just set the appropriate properties of your corresponding Angular variables. Commented Nov 5, 2014 at 13:13
  • Thanks for your interest. Can you show a fiddle of your example of what you are talking about. Commented Nov 5, 2014 at 13:23

1 Answer 1

1

You have the Drag and Drop for AngularJS module which is specifically aimed at drag'n'dropping things.

If you are looking for some other UI components, you could start by looking at the Angular UI project modules.

If you are looking for drag'n'dropping and resizing items in a grid, you can look at angular-gridster.

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

2 Comments

Does it support Drag drop and resize.
If you are looking for drag'n'dropping and resizing items in a grid, you can look at angular-gridster. I edited.

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.