lvlDragDrop
lvlDragDrop copied to clipboard
Native AngularJS drag and drop directive
Hi, i have this error in Chrome. Can u help me?
I'm using the directive to move elements from one table to the other, at the same time I want to re-order (move up and down) the elements (in the same...
Restores compatibility with jqLite implementation in Angular 1.2.x.
At http://api.jquery.com/category/events/event-object/ it reads > Certain events may have properties specific to them. Those can be accessed as properties of the `event.originalEvent` object. Using this would be an improvement to...
Allows FFX 45.0.1 and IE11 to scroll horizontally when dragging over top and bottom of offset parent.
While using Angularjs 1.4.5, I am getting this error. http://errors.angularjs.org/1.4.5/$parse/isecdom?p0=onDrop(dragEl%2CdropEl%2Cevent) For older versions it worked fine.
Add the keys used in the process of drag and drop. Add the origin elment where the dragged element comes from.
Hi In a frequent timer updating the scope with the drag / drops inside a ng-repeat I managed to get 4GB after just 2 mins. Beta that!! :) lvlDropTarget needs:...
AngularJS is now giving this error: "Referencing DOM nodes in Angular expressions is disallowed!", because of this: `on-drop="controller.dropped(dragEl, dropEl)"`. Is there a quick fix for this?