Skip to content

okjulian/angular-draggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-draggable

Draggable directive for AngularJS. Depends on jQuery UI's draggable.

Live example!

Check it out at http://jsfiddle.net/JulianMayorga/y5YUt/

Install

  1. Include 'draggable.js' into your app
  2. Add 'juli.draggable' as a module dependency to your app. e.g.
      angular.module('YourApp', ['juli.draggable'])
  3. Add juli-draggable atribute to any tag you want
      <div juli-draggable>Drag me</div>

Example

See 'example.html'

License

MIT

About

Draggable directive for AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published