mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Hide controller
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user