removed remants of ng-table
This commit is contained in:
parent
7d5f893175
commit
2f5ed6e9ae
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
app.controller( 'BalanceCtrl',
|
||||
[ '$scope', '$filter', 'ngTableParams', 'API',
|
||||
function ( $scope, $filter, ngTableParams, API ) {
|
||||
[ '$scope', '$filter', 'API',
|
||||
function ( $scope, $filter, API ) {
|
||||
$scope.xFunction = function () {
|
||||
return function ( d ) {
|
||||
return d.account;
|
||||
|
|
Loading…
Add table
Reference in a new issue