Skip to content

Commit 1414da9

Browse files
committed
updated bower file
1 parent 2c51c7d commit 1414da9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "angularjs-generic-table",
3-
"description": "Generic Table - A generic table for Angular that leverages one time binding for fast rendering. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.",
3+
"description": "Generic Table - A generic table for AngularJS that leverages one time binding for fast rendering. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.",
44
"version": "1.5.0",
55
"keywords": [
6-
"angular",
6+
"angularjs",
77
"generic-table",
88
"table"
99
],
1010
"main": [
11-
"dist/js/angular-generic-table.js",
12-
"dist/css/angular-generic-table.css"
11+
"dist/js/angularjs-generic-table.js",
12+
"dist/css/angularjs-generic-table.css"
1313
],
1414
"authors": [
1515
"Robert Hjalmers <robert.hjalmers@gmail.com>"

0 commit comments

Comments
 (0)