Shivek Parmar
Shivek Parmar

Reputation: 2993

how to use Jquery UI and Angular JS together

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

Answers (1)

tomaoq
tomaoq

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

Related Questions