mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(angular): update to angular 2.0.0-rc.1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {Directive, Input, Output, EventEmitter, Host, NgZone, ElementRef} from 'angular2/core';
|
||||
import {Directive, Input, Output, EventEmitter, Host, NgZone, ElementRef} from '@angular/core';
|
||||
|
||||
import {Content} from '../content/content';
|
||||
|
||||
@ -19,7 +19,7 @@ import {Content} from '../content/content';
|
||||
* <ion-content>
|
||||
*
|
||||
* <ion-list>
|
||||
* <ion-item *ngFor="#i of items">{{i}}</ion-item>
|
||||
* <ion-item *ngFor="let i of items">{{i}}</ion-item>
|
||||
* </ion-list>
|
||||
*
|
||||
* <ion-infinite-scroll (infinite)="doInfinite($event)">
|
||||
|
Reference in New Issue
Block a user