From 27a7b51d99d8f1ef34c30e07d89a3c506095c5e5 Mon Sep 17 00:00:00 2001 From: Felix Itzenplitz Date: Mon, 2 May 2016 14:41:23 +0200 Subject: [PATCH] fix(docs): upgrade deprecated ngFor-Syntax --- modules/@angular/common/src/directives/ng_for.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/@angular/common/src/directives/ng_for.ts b/modules/@angular/common/src/directives/ng_for.ts index 5474831688..e9e82eab64 100644 --- a/modules/@angular/common/src/directives/ng_for.ts +++ b/modules/@angular/common/src/directives/ng_for.ts @@ -68,9 +68,9 @@ export class NgForRow { * * ### Syntax * - * - `
  • ...
  • ` - * - `
  • ...
  • ` - * - `` + * - `
  • ...
  • ` + * - `
  • ...
  • ` + * - `` * * ### Example *