mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-27 07:58:31 +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 );
|
||||
period = period + ' to ' + to.year() + '-' + ( to.month() + 1 ) + '-' + to.date();
|
||||
}
|
||||
console.log(period)
|
||||
|
||||
$scope.balance = { expenses: [],
|
||||
income: [],
|
||||
details: {} };
|
||||
|
|
Loading…
Add table
Reference in a new issue