Reputation: 2993
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.
Upvotes: 0
Views: 665
Reputation: 3056
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.
Upvotes: 1