mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-27 21:58:11 +01:00
-debug
This commit is contained in:
parent
726a2c2498
commit
24c0d03448
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
app.controller( 'BalanceCtrl',
|
app.controller( 'BalanceCtrl',
|
||||||
[ '$scope', '$filter', 'ngTableParams', 'API',
|
[ '$scope', '$filter', 'ngTableParams', 'API',
|
||||||
function ( $scope, $filter, ngTableParams, API ) {
|
function ( $scope, $filter, ngTableParams, API ) {
|
||||||
console.log(API)
|
|
||||||
$scope.xFunction = function () {
|
$scope.xFunction = function () {
|
||||||
return function ( d ) {
|
return function ( d ) {
|
||||||
return d.account;
|
return d.account;
|
||||||
|
|
Loading…
Reference in a new issue