Skip to content

Commit

Permalink
fix(angular): virtual-scroll
Browse files Browse the repository at this point in the history
fixes #15355
  • Loading branch information
manucorporat committed Aug 29, 2018
1 parent ba428cd commit f9bf5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/directives/virtual-scroll/virtual-scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class VirtualScroll {
) {
el.nativeElement.nodeRender = this.nodeRender.bind(this);

proxyInputs(this, this.el, [
proxyInputs(this, this.el.nativeElement, [
'approxItemHeight',
'approxHeaderHeight',
'approxFooterHeight',
Expand Down

0 comments on commit f9bf5c0

Please sign in to comment.