mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-28 07:58:29 +01:00
-debug
This commit is contained in:
parent
a8fd3f94b7
commit
a0c31d60b3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ app.controller( 'BalanceCtrl',
|
||||||
var to = moment( $scope.to_date );
|
var to = moment( $scope.to_date );
|
||||||
period = period + ' to ' + to.year() + '-' + ( to.month() + 1 ) + '-' + to.date();
|
period = period + ' to ' + to.year() + '-' + ( to.month() + 1 ) + '-' + to.date();
|
||||||
}
|
}
|
||||||
console.log(period)
|
|
||||||
$scope.balance = { expenses: [],
|
$scope.balance = { expenses: [],
|
||||||
income: [],
|
income: [],
|
||||||
details: {} };
|
details: {} };
|
||||||
|
|
Loading…
Add table
Reference in a new issue