Indent.
This commit is contained in:
parent
08a35f0d2c
commit
73485ac1af
@ -1,3 +1,4 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
import { Component, Inject, OnInit } from '@angular/core';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
|
||||
@ -20,6 +21,7 @@ import { OperationEditModalComponent } from './operationEditModal.component';
|
||||
<balance-chart (onUpdate)="onUpdate($event)"
|
||||
[account]="account"></balance-chart>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<category-chart
|
||||
[minDate]="minDate"
|
||||
|
Loading…
Reference in New Issue
Block a user