removed remants of ng-table

This commit is contained in:
Gwenhael Le Moine 2014-10-27 22:32:04 +01:00
parent 7d5f893175
commit 2f5ed6e9ae

View file

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