mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -30,8 +30,8 @@
|
||||
padding: 0;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
min-height:inherit;
|
||||
|
||||
min-height: inherit;
|
||||
|
||||
flex: 1;
|
||||
flex-direction: inherit;
|
||||
align-items: inherit;
|
||||
|
@ -88,8 +88,8 @@
|
||||
<button outline item-right (click)="testClick($event)">View</button>
|
||||
</ion-item>
|
||||
|
||||
<button ion-item *ngFor="#data of [0,1,2,3,4]">
|
||||
<h3>ng-for {{data}}</h3>
|
||||
<button ion-item *ngFor="#data of [0,1,2,3,4]; #i = index" [class.activated]="i == 1">
|
||||
<h3>ng-for {{i}}</h3>
|
||||
</button>
|
||||
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user