1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libjs-angularjs-smart-table
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 13),
yui-compressor,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/js-team/libjs-angularjs-smart-table.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-angularjs-smart-table
Homepage: https://github.com/lorenzofox3/Smart-Table
Rules-Requires-Root: no
Package: libjs-angularjs-smart-table
Architecture: all
Depends:
libjs-angularjs,
${misc:Depends},
Recommends:
javascript-common,
Description: table module for angular js
Smart table is a table module for angular js. It allows one to quickly compose
a table in a declarative way including sorting, filtering, row selection
pagination. It is lightweight (around 3kb minified) and has no other
dependencies than Angular itself.
|