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.
-
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.Mathew Thompson– Mathew Thompson2014-11-05 13:13:51 +00:00Commented Nov 5, 2014 at 13:13
-
Thanks for your interest. Can you show a fiddle of your example of what you are talking about.Shivek Parmar– Shivek Parmar2014-11-05 13:23:32 +00:00Commented Nov 5, 2014 at 13:23
Add a comment
|
1 Answer
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.
2 Comments
Shivek Parmar
Does it support Drag drop and resize.
tomaoq
If you are looking for drag'n'dropping and resizing items in a grid, you can look at angular-gridster. I edited.