ui-sortable icon indicating copy to clipboard operation
ui-sortable copied to clipboard

jQuery UI Sortable for AngularJS

Results 40 ui-sortable issues
Sort by recently updated
recently updated
newest added

Hi, could you please check if it a bug: http://codepen.io/anon/pen/yYjjXm I have two lists: red - can be moved white - can't be moved So, white list is not gradable...

enhancement
question
PRs welcome!
use case

Strange enough, licensing information is present on master, but all the releases (tags) lack it. [](https://reviewable.io/reviews/angular-ui/ui-sortable/378)

Hint: ``` js var ph = $(e.target).find('> .'+$(e.target).sortable('option','placeholder').element().attr('class').split(' ').join('.')); var onChangeIndex = $(e.target).children().get().indexOf(ph[0]); ```

enhancement

Hi guys, I saw that Usage section in the [README](https://github.com/angular-ui/ui-sortable/blob/master/README.md) does not specify the Bower command for installation. I think it is `bower install angular-ui-sortable`. It is really useful since...

Related to #356. http://jqueryui.com/sortable/#portlets

PRs welcome!

Hi guys, I need help on locking items in the sorteable list, like this example (not angular example) http://plnkr.co/edit/hMeIiRFT97e9FGk7hmbs?p=preview Did anyone successfully archive this? Thanks! **Original Title**: Locked/FIxed items

question
help wanted

Add, please, special directive for sortable inputs/textarea, like this http://plnkr.co/edit/iDAEpI?p=preview And make demo

use case

I'm using ui-sortable in a web app that can contain a very large number of elements to sort. I've noticed that initial load can be extremely long, especially in Firefox...

If you look at the following plunker http://plnkr.co/edit/0qeS4x?p=preview if we place tabs inside tabset you will see that the drag moves all of the tabs heading not just the one...

incompatibility

When using ui-sortable with connected lists, a drag can only be cancelled in the first call to `update()`. However, the first time `update()` is called one often does not have...

enhancement
question
PRs welcome!