fix(CHANGELOG): typo

fixes #6075
Closes #6078
This commit is contained in:
Victor Berchet 2015-12-22 09:20:18 -08:00
parent 9a70f1a1d9
commit d116861c8e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ Use imports from `angular2/compiler` instead.
<my-cmp (myEvent)="action()"> <my-cmp (myEvent)="action()">
<my-cmp [(myProp)]="prop"> <my-cmp [(myProp)]="prop">
<input #myInput>`, <input #myInput>`,
<template ngFor="#myItem" [ngForOf]=items #myIndex="index"> <template ngFor "#myItem" [ngForOf]=items #myIndex="index">
``` ```
The full migration instruction can be found at [angular2/docs/migration/kebab-case.md](https://github.com/angular/angular/blob/master/modules/angular2/docs/migration/kebab-case.md). The full migration instruction can be found at [angular2/docs/migration/kebab-case.md](https://github.com/angular/angular/blob/master/modules/angular2/docs/migration/kebab-case.md).