Skip to content

Commit

Permalink
Fixed #4934
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Jan 23, 2018
1 parent 8006ed3 commit 0b41ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,15 @@ export class Table implements OnInit, AfterContentInit {
this.frozenColGroupTemplate = item.template;
break;

case 'emptyMessage':
case 'emptymessage':
this.emptyMessageTemplate = item.template;
break;

case 'paginatorLeft':
case 'paginatorleft':
this.paginatorLeftTemplate = item.template;
break;

case 'paginatorRight':
case 'paginatorright':
this.paginatorRightTemplate = item.template;
break;
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/components/table/tabledemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h3>Templates</h3>
<td>Content to display when there is no value to display.</td>
</tr>
<tr>
<td>paginatorLeft</td>
<td>paginatorleft</td>
<td>state: $implicit
state.page: Current page<br />
state.rows: Rows per page<br />
Expand All @@ -320,7 +320,7 @@ <h3>Templates</h3>
<td>Content to display when there is no value to display.</td>
</tr>
<tr>
<td>paginatorRight</td>
<td>paginatorright</td>
<td>state: $implicit
state.page: Current page<br />
state.rows: Rows per page<br />
Expand Down

0 comments on commit 0b41ca1

Please sign in to comment.