|
|
@@ -239,6 +239,10 @@ export class LivePage implements OnInit { |
|
|
|
} |
|
|
|
|
|
|
|
ngOnInit() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
ionViewDidEnter() { |
|
|
|
this.matchService.getFixtures().then((data: Array<IMatch>) => { |
|
|
|
this.fixtures = data; |
|
|
|
|
|
|
@@ -276,9 +280,6 @@ export class LivePage implements OnInit { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
ionViewDidEnter() { |
|
|
|
} |
|
|
|
|
|
|
|
showMatchDetails() { |
|
|
|
this.router.navigate(['/match-details', { match_id: this.currentMatch.Matchdetail.Match.Id }]); |
|
|
|
} |
|
|
|