From 8470ae04acdfac46dddb901a31110f8c56c84b81 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 14:01:57 -0400 Subject: [PATCH] chore(CHANGELOG): add changes to template variables in virtualScroll --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d361b1c2..78b69a83a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,8 +113,20 @@ Angular has been updated to 2.0.0-rc.1, follow these steps to update Angular. ``` *ngFor="let session of group.sessions" ``` + +7. Replace all template variables in `virtualScroll`. For example: -7. View the [Angular Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) for more in depth changes. + ``` + *virtualItem="#item" + ``` + + becomes + + ``` + *virtualItem="let item" + ``` + +8. View the [Angular Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) for more in depth changes. #### IonicApp ([df32836](https://github.com/driftyco/ionic/commit/df32836)) references [#6199](https://github.com/driftyco/ionic/issues/6199)