From 732f446ad24c3782d9a6c4215e73f976705b5fba Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Fri, 16 Dec 2016 05:07:36 +0800 Subject: [PATCH] docs(common): fix ngIf example (#13496) --- modules/@angular/common/src/directives/ng_if.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/common/src/directives/ng_if.ts b/modules/@angular/common/src/directives/ng_if.ts index ddecc54d06..398b67601d 100644 --- a/modules/@angular/common/src/directives/ng_if.ts +++ b/modules/@angular/common/src/directives/ng_if.ts @@ -76,7 +76,7 @@ import {Directive, EmbeddedViewRef, Input, TemplateRef, ViewContainerRef} from ' * Simple form: * - `
...
` * - `
...
` - * - `
...
` + * - `` * * Form with an else block: * ```