1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libjs-lrdragndrop
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), yui-compressor
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-lrdragndrop.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-lrdragndrop.git
Homepage: https://github.com/lorenzofox3/lrDragNDrop
Package: libjs-lrdragndrop
Architecture: all
Depends: libjs-angularjs (>= 1.2.25), ${misc:Depends}
Recommends: javascript-common
Description: drag and drop module for Angularjs
lrDragNDrop is a drag and drop module for Angularjs which allows one to drag
items from one collection and drop to another one; or reorder the items within
the same collection.
.
It is "item oriented" which imply:
* the directives must be used with the standard ngRepeat directive
* "adorners" can be added
* works only with non empty collections
|