File: control

package info (click to toggle)
libjs-angularjs-smart-table 1.4.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • ctags: 14
  • sloc: makefile: 20
file content (26 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (2)
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
Source: libjs-angularjs-smart-table
Section: javascript
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 yui-compressor,
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-angularjs-smart-table.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-angularjs-smart-table.git
Homepage: https://github.com/lorenzofox3/Smart-Table

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.