angular-sortable-view
angular-sortable-view copied to clipboard
Fully declarative (multi)sortable for AngularJS
When the model of the sv-part is externally sorted, (as part of the table, https://github.com/daniel-nagy/md-data-table sorted using table's sort feature), this library is picking a wrong element to move. The...
The code that I have utilizes ng-repeat and functions perfectly when the items in the repeater are stacked. This is a great module, nice work. However, The way my app...
I'm experiencing weird dragging, when parent element have absolute positioning. Here is an example http://codepen.io/anon/pen/zxpvVa All I did is added to container ``` position: absolute; ``` Here is essentially the...
When I move my items, they appear about 300px to the right and 100 px above where my cursor is
I have a input field inside a sv-element and I want the sv-element to be draggable when clicking on anywhere besides the input field, is that possible?
added attribute to explicitly state a relative parent to base the offset off of. This fixes an issue where when dragging an element if it has a relative parent the...
- clear events on $scope $destroy - don't start a move operation before the mouse has jiggled a bit (prevents jitter when click on a button or select menu or...
drag and mousewheel works for IE but not Firefox.
On demo page of single sortable container there is a checkbox, which is used to control the overflow of sv-element. Can you tell me how is it working? I want...
http://codepen.io/digitalrep/pen/QdQZEQ Did I miss something?