This commit is contained in:
Gwenhael Le Moine 2014-10-01 13:58:08 +02:00
parent a8fd3f94b7
commit a0c31d60b3

View file

@ -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: {} };