angular-drop
angular-drop copied to clipboard
Drag & Drop functionality in AngularJS, no jQuery required
Bumps [bower](https://github.com/bower/bower) from 1.4.2 to 1.8.8. Release notes Sourced from bower's releases. v1.8.8 Fix security issue connected to extracting .tar.gz archives This bug allows to write arbitrary file on filesystem...
We often set property inside css file instead of inline, so I suggest using computed style instead of style when reading `top` and `left`, the code here might explain what...
Hi, Would like to persist the view at partcular position. When user change the position of the multiple view by drag and drop, it should be available at same postion....
Can we've a feature that when a draggable element is dropped on an invalid drop zone, the element can move back to it's previous place ? I'm not sure if...
Which (if any) should the project aim for with respect to jQueryUI... 1. use-case/feature compatibility 2. configuration api compatibility (Angularized) 3. implementation compatibility (e.g. jQueryUI uses position:relative to move draggables)...
Could be implemented as a binding on the draggable attribute. ``` ``` JS (in, say, a controller): ``` this.dragging = false; // Disables dragging this.dragging = true; // Enables dragging...
It would be nice to emit an event to the correct scope when an element is dropped, and should be pretty trivial to do.
This would be kind of cool, but the problem with it is that the scope in which the event ought to be fired is somewhat unknown, and I think in...
The bug is visible on on http://caitp.github.io/angular-drop/ when the dragged element is moved to the far right side of the constraint parent, and then resizing the browser so that the...