Hide controller

This commit is contained in:
Peter Maquiran
2021-04-08 09:17:00 +01:00
parent 074b3bd7b6
commit 09ae444657
2 changed files with 1 additions and 3 deletions
@@ -69,7 +69,7 @@
<!-- Hide footer in gabinete-digital -->
<ion-footer class="ion-no-border" *ngIf="currentPath != '/home/gabinete-digital' ">
<ion-toolbar class="width-100 d-flex justify-space-between px-20">
<ion-toolbar *ngIf="currentPath != '/home/events'" class="width-100 d-flex justify-space-between px-20">
<ion-buttons slot="start">
<ion-button class="btn-cancel" fill="clear" color="#061b52" (click)="close()">
<ion-label>Cancelar</ion-label>
@@ -13,7 +13,6 @@ export class AttendeeModalPage implements OnInit {
// Defined by the API
contacts: EventPerson[];
showLoader: boolean = false;
selectedContact: EventPerson[] =[];
eventPersons: EventPerson[];
@Input() taskParticipants:EventPerson[] = [];
@@ -62,7 +61,6 @@ export class AttendeeModalPage implements OnInit {
close(){
// this.modalCtrl.dismiss(null);
this.selectedContact = [];
this.closeComponent.emit();
}