fix(changelog): fix ngFor on template#5785
fix(changelog): fix ngFor on template#5785tuurbo wants to merge 1 commit intoangular:masterfrom tuurbo:patch-2
Conversation
There was a problem hiding this comment.
shouldn't there be quotes around items (in [ngForOf]=items) as well?
There was a problem hiding this comment.
yes
On Thu, Dec 10, 2015 at 4:22 AM Günter Zöchbauer notifications@github.com
wrote:
In modules/angular2/docs/migration/kebab-case.md
#5785 (comment):@@ -38,7 +38,7 @@ Notes:
<my-cmp (my-event)="action()">should be changed to<my-cmp (myEvent)="action()">,<my-cmp [(my-prop)]="prop">should be changed to<my-cmp [(myProp)]="prop">,<input #my-input>should be changed to<input #myInput>,
<template ng-for #my-item [ng-for-of]=items #my-index="index">should be changed to<template ngFor="#my-item" [ngForOf]=items #myIndex="index">,
<template ng-for #my-item [ng-for-of]=items #my-index="index">should be changed to<template ngFor #my-item [ngForOf]=items #myIndex="index">,shouldn't there be quotes around items (in [ngForOf]=items) as well?
—
Reply to this email directly or view it on GitHub
https://github.com/angular/angular/pull/5785/files#r47219655.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.