MOBILE-2795 data: Fix on save error event

main
Pau Ferrer Ocaña 2019-01-04 14:11:02 +01:00
parent 34f88f92c4
commit ab4941b8ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<ion-navbar core-back-button> <ion-navbar core-back-button>
<ion-title><core-format-text [text]="title"></core-format-text></ion-title> <ion-title><core-format-text [text]="title"></core-format-text></ion-title>
<ion-buttons end> <ion-buttons end>
<button ion-button clear (click)="save()" [attr.aria-label]="'core.save' | translate"> <button ion-button clear (click)="save($event)" [attr.aria-label]="'core.save' | translate">
{{ 'core.save' | translate }} {{ 'core.save' | translate }}
</button> </button>
</ion-buttons> </ion-buttons>