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