mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Remove unused component
This commit is contained in:
@@ -26,9 +26,11 @@ export class AttendeesPage implements OnInit {
|
||||
private contactsService: ContactsService,
|
||||
private navParams: NavParams,
|
||||
private modalController: ModalController) {
|
||||
|
||||
this.adding = this.navParams.get('adding');
|
||||
this.taskParticipants = this.navParams.get('taskParticipants');
|
||||
this.taskParticipantsCc = this.navParams.get('taskParticipantsCc');
|
||||
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
@@ -44,7 +46,7 @@ export class AttendeesPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
ngOnChanges(event){}
|
||||
ngOnChanges(event) {}
|
||||
|
||||
save(){
|
||||
|
||||
@@ -54,7 +56,7 @@ export class AttendeesPage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
close(){
|
||||
close() {
|
||||
this.modalController.dismiss(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user