html5-sortable-angularjs icon indicating copy to clipboard operation
html5-sortable-angularjs copied to clipboard

A directive for angular support sortable list base on pure html5

Results 5 html5-sortable-angularjs issues
Sort by recently updated
recently updated
newest added

using angular.copy in handleDrop causes side effects hard to debug. i had an array of objects, and elements were copyed to another array (lets call it helper array), sorting was...

Hey, I was wondering if you could remove the $log.info, or at least turn them into $log.debug so they can be turned off.

this plugin works very well on desktop. however, on iOS devices it does not work. I added a ios drag and drop shim from https://github.com/timruffles/ios-html5-drag-drop-shim I can drag and rearrange,...

Do you have some quick idea how could be nested sortable achieved? Use case: Lets have a grid table with rows and columns. Cells inside rows are sortable and also...

Hey, I'm running IE 11 and the begin drag if failing when setting `e.dataTransfer.setData('text/plain', 'anything');` with `Unexepected call to method or property access`. I was wondering if you know anything...