chore(angular): update to angular 2.0.0-rc.1

This commit is contained in:
Adam Bradley
2016-05-05 10:45:49 -07:00
parent 62b97ce4f3
commit 4b36c3430d
129 changed files with 280 additions and 351 deletions

View File

@@ -8,7 +8,7 @@
<ion-list>
<button ion-item *ngFor="#p of pages" (click)="openPage(p)">
<button ion-item *ngFor="let p of pages" (click)="openPage(p)">
{{p.title}}
</button>
@@ -76,7 +76,7 @@
<ion-list>
<button ion-item *ngFor="#p of pages" (click)="openPage(p)">
<button ion-item *ngFor="let p of pages" (click)="openPage(p)">
{{p.title}}
</button>