mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-27 21:58:11 +01:00
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',
|
app.controller( 'BalanceCtrl',
|
||||||
[ '$scope', '$filter', 'ngTableParams', 'API',
|
[ '$scope', '$filter', 'API',
|
||||||
function ( $scope, $filter, ngTableParams, API ) {
|
function ( $scope, $filter, 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