fix(common): fix merge error in ng_if.ts

This commit is contained in:
Victor Berchet 2018-02-18 19:51:15 -08:00
parent af6a0563de
commit cdfedc1e49

View File

@ -125,7 +125,6 @@ export class NgIf {
@Input()
set ngIfElse(templateRef: TemplateRef<NgIfContext>|null) {
assertTemplate('ngIfElse', templateRef);
this._elseTemplateRef = templateRef;
this._elseViewRef = null; // clear previous view if any.
this._updateView();