Skip to content

Commit f51fb35

Browse files
committed
generating release
1 parent 5c78703 commit f51fb35

File tree

9 files changed

+276
-275
lines changed

9 files changed

+276
-275
lines changed

app/modules/main/directives/helpers/mdtAddHtmlContentToCellDirective.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
//append value to the scope
3131
var localScope = $rootScope.$new();
3232

33-
3433
if(parsedValue.rowId){
3534
localScope.rowId = parsedValue.rowId;
3635
}

app/modules/main/directives/mdtTableDirective.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
attributes: {
202202
editableField: false
203203
},
204+
rowId: rowId,
204205
columnKey: columnKey,
205206
value: _.get(row, columnKey)
206207
});

app/modules/main/factories/mdtAjaxPaginationHelperFactory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
_.each(columnKeys, function(columnKey){
137137
//TODO: centralize adding column values into one place.
138138
// Duplication occurs at mdtCellDirective's link function.
139+
// Duplication in mdtTableDirective `_addRawDataToStorage` method!
139140
columnValues.push({
140141
attributes: {
141142
editableField: false

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-data-table",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"homepage": "https://github.com/iamisti/mdDataTable",
55
"author":"Istvan Fodor <[email protected]>",
66
"main": [

demo/developmentArea.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<div ng-app="developmentAreaApp" ng-controller="DevelopmentAreaController" layout-margin>
22
<mdt-table
33
paginated-rows="{isEnabled: true, rowsPerPageValues: [5,10,20,50]}"
4-
mdt-row-paginator="paginatorCallback(page, pageSize, filtersApplied)"
5-
mdt-row-paginator-error-message="Error happened during loading nutritions."
64
mdt-row="{
5+
'data': nut,
76
'table-row-id-key': 'fields._id',
87
'column-keys': [
98
'fields.item_name',

demo/developmentArea.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/md-data-table-templates.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)