fix
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
<ion-list>
|
<ion-list>
|
||||||
|
|
||||||
|
|
||||||
<ion-item><ion-label>Practice List </ion-label></ion-item>
|
<ion-item><ion-label>Practice List </ion-label>
|
||||||
|
<ion-icon name="add-circle" color='primary' (click)="goAddPractice()"></ion-icon>
|
||||||
|
</ion-item>
|
||||||
<ion-item-sliding>
|
<ion-item-sliding>
|
||||||
<ion-item-options side="start">
|
<ion-item-options side="start">
|
||||||
<ion-item-option>Manage</ion-item-option>
|
<ion-item-option>Manage</ion-item-option>
|
||||||
|
|||||||
@@ -17,12 +17,12 @@ import { MermsSessionService } from './../merms-session.service';
|
|||||||
})
|
})
|
||||||
export class MermsPracticePage implements OnInit {
|
export class MermsPracticePage implements OnInit {
|
||||||
|
|
||||||
constructor(public navCtrl: NavController,private router: Router,
|
constructor(public navCtrl: NavController, private router: Router,
|
||||||
private mermsServiceProviderService: MermsServiceProviderService,
|
private mermsServiceProviderService: MermsServiceProviderService,
|
||||||
private mermsSessionService: MermsSessionService
|
private mermsSessionService: MermsSessionService
|
||||||
) {
|
) {
|
||||||
this.getPracticeData();
|
this.getPracticeData();
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
}
|
}
|
||||||
@@ -63,5 +63,7 @@ this.getPracticeData();
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
goAddPractice() {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user