mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-28 07:58:29 +01:00
cleanup
This commit is contained in:
parent
20d1b04755
commit
17cce5cd64
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ app.controller( 'BalanceCtrl',
|
||||||
};
|
};
|
||||||
$scope.toolTipContentFunction = function() {
|
$scope.toolTipContentFunction = function() {
|
||||||
return function( key, x, y, e, graph ) {
|
return function( key, x, y, e, graph ) {
|
||||||
//return $filter( 'json' )( $scope.balance.details[ key ] );
|
|
||||||
var details = $scope.balance.details[ key ];
|
var details = $scope.balance.details[ key ];
|
||||||
return '<h3>' + details.key + '</h3>'
|
return '<h3>' + details.key + '</h3>'
|
||||||
+ '<table><tr><th>Date</th><th>Payee</th><th>Amount</th></tr>'
|
+ '<table><tr><th>Date</th><th>Payee</th><th>Amount</th></tr>'
|
||||||
|
@ -35,7 +34,6 @@ app.controller( 'BalanceCtrl',
|
||||||
+ transaction.currency + '</td></tr>';
|
+ transaction.currency + '</td></tr>';
|
||||||
}).join( '' )
|
}).join( '' )
|
||||||
+ '</table>';
|
+ '</table>';
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue