Fix needsReload.

This commit is contained in:
Alexis Lahouze 2018-06-10 18:11:03 +02:00
parent 3be01f1240
commit 088fab2d51

View File

@ -53,7 +53,7 @@ import { OperationEditModalComponent } from './operationEditModal.component';
<tr [operation-row]="operation" <tr [operation-row]="operation"
[account]="account" [account]="account"
(needsReload)="load(minDate, maxDate)" (needsReload)="loadData()"
*ngFor="let operation of operations"> *ngFor="let operation of operations">
</tr> </tr>
</tbody> </tbody>