|
@@ -80,7 +80,7 @@ |
|
|
</section> |
|
|
</section> |
|
|
</li> |
|
|
</li> |
|
|
|
|
|
|
|
|
<li class="collapsible-card" [ngClass]="{'active' : showFixtures}"> |
|
|
|
|
|
|
|
|
<li class="collapsible-card" [ngClass]="{'active' : showFixtures || !currentMatch || !currentMatch.Innings}"> |
|
|
<header> |
|
|
<header> |
|
|
<label> Fixtures </label> |
|
|
<label> Fixtures </label> |
|
|
<button (click)="showFixtures = !showFixtures"> |
|
|
<button (click)="showFixtures = !showFixtures"> |
|
@@ -90,9 +90,14 @@ |
|
|
</header> |
|
|
</header> |
|
|
|
|
|
|
|
|
<section class="card"> |
|
|
<section class="card"> |
|
|
|
|
|
|
|
|
|
|
|
<p class="info"> |
|
|
|
|
|
<ion-icon name="information-circle-outline"></ion-icon> Tap the match card to know more |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
<ion-slides #slides [options]="slideOpts"> |
|
|
<ion-slides #slides [options]="slideOpts"> |
|
|
|
|
|
|
|
|
<ion-slide *ngFor="let fixture of fixtures"> |
|
|
|
|
|
|
|
|
<ion-slide *ngFor="let fixture of fixtures" (click)="showMatchDetails(fixture.match_id)"> |
|
|
<div class="image-holder"> |
|
|
<div class="image-holder"> |
|
|
<figure> |
|
|
<figure> |
|
|
<img src="https://s3.ap-south-1.amazonaws.com/assets-kxip.sportz.io/prod/waf-images/91/55/a5/16-9/5PE9uqJSZw.jpg"> |
|
|
<img src="https://s3.ap-south-1.amazonaws.com/assets-kxip.sportz.io/prod/waf-images/91/55/a5/16-9/5PE9uqJSZw.jpg"> |
|
|