From dd931c73ec45af6c54d3e38e48f2574edf5f4df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Tue, 3 Jul 2018 13:30:17 -0700 Subject: [PATCH] ci: fix broken build (#24747) --- packages/common/src/directives/ng_for_of.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/directives/ng_for_of.ts b/packages/common/src/directives/ng_for_of.ts index 322d837b2d..ecb1faaf11 100644 --- a/packages/common/src/directives/ng_for_of.ts +++ b/packages/common/src/directives/ng_for_of.ts @@ -176,7 +176,7 @@ export class NgForOf implements DoCheck, OnChanges { const viewRef = >>this._viewContainer.get(i); viewRef.context.index = i; viewRef.context.count = ilen; - viewRef.context.ngForOf = this._ngForOf; + viewRef.context.ngForOf = this.ngForOf; } changes.forEachIdentityChange((record: any) => {