Skip to content

Commit

Permalink
generating release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamisti committed Oct 18, 2016
1 parent 5c78703 commit f51fb35
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
//append value to the scope
var localScope = $rootScope.$new();


if(parsedValue.rowId){
localScope.rowId = parsedValue.rowId;
}
Expand Down
1 change: 1 addition & 0 deletions app/modules/main/directives/mdtTableDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
attributes: {
editableField: false
},
rowId: rowId,
columnKey: columnKey,
value: _.get(row, columnKey)
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
_.each(columnKeys, function(columnKey){
//TODO: centralize adding column values into one place.
// Duplication occurs at mdtCellDirective's link function.
// Duplication in mdtTableDirective `_addRawDataToStorage` method!
columnValues.push({
attributes: {
editableField: false
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-data-table",
"version": "1.8.7",
"version": "1.8.8",
"homepage": "https://github.com/iamisti/mdDataTable",
"author":"Istvan Fodor <[email protected]>",
"main": [
Expand Down
3 changes: 1 addition & 2 deletions demo/developmentArea.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<div ng-app="developmentAreaApp" ng-controller="DevelopmentAreaController" layout-margin>
<mdt-table
paginated-rows="{isEnabled: true, rowsPerPageValues: [5,10,20,50]}"
mdt-row-paginator="paginatorCallback(page, pageSize, filtersApplied)"
mdt-row-paginator-error-message="Error happened during loading nutritions."
mdt-row="{
'data': nut,
'table-row-id-key': 'fields._id',
'column-keys': [
'fields.item_name',
Expand Down
2 changes: 1 addition & 1 deletion demo/developmentArea.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions dist/md-data-table-templates.js

Large diffs are not rendered by default.

Loading

0 comments on commit f51fb35

Please sign in to comment.