Skip to content

OutThisLife/ngDraggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ngDraggable

Drag an element without jQuery UI. This does NOT have droppable support (yet), and is a simple directive for easily moving an element around in the browser.

Usage

<div ng-draggable>
 Drag Me!
</div>

With a handler:

<div ng-draggable handle="#handle">
    I'm not the handle.
    <span id="#handle">But I am</span>
</div>

About

Drag an element without jQuery UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published