mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(CHANGELOG): add changes to template variables in virtualScroll
This commit is contained in:
14
CHANGELOG.md
14
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)
|
||||
|
||||
Reference in New Issue
Block a user