This commit is contained in:
Gwenhael Le Moine 2014-10-12 08:34:20 +02:00
parent 726a2c2498
commit 24c0d03448

View file

@ -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;