This commit is contained in:
tiago.kayaya
2021-04-07 14:08:05 +01:00
parent 4f0ee6047a
commit ffe95fc190
5 changed files with 50 additions and 9 deletions
@@ -11,12 +11,14 @@ export class EmendMessageModalPage implements OnInit {
constructor(
private modalController: ModalController,
) { }
) {
this.emendMessage = '';
}
ngOnInit() {
}
close(){
this.modalController.dismiss(this.emendMessage);
this.modalController.dismiss();
}
save(){
this.modalController.dismiss(this.emendMessage);