mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +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',
|
||||
[ '$scope', '$filter', 'ngTableParams', 'API',
|
||||
function ( $scope, $filter, ngTableParams, API ) {
|
||||
console.log(API)
|
||||
$scope.xFunction = function () {
|
||||
return function ( d ) {
|
||||
return d.account;
|
||||
|
|
Loading…
Reference in a new issue