mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
comment out unnecessary part
This commit is contained in:
parent
af98d41e59
commit
a087fa37bc
1 changed files with 5 additions and 4 deletions
|
@ -104,10 +104,11 @@ app.controller( 'BalanceCtrl',
|
|||
count: 999 // count per page
|
||||
},
|
||||
{ counts: [], // hide page counts control
|
||||
total: 1, // value less than count hide pagination
|
||||
getData: function($defer, params) {
|
||||
$defer.resolve(data.slice((params.page() - 1) * params.count(), params.page() * params.count()));
|
||||
} } );
|
||||
total: 1//, // value less than count hide pagination
|
||||
// getData: function($defer, params) {
|
||||
// $defer.resolve(data.slice((params.page() - 1) * params.count(), params.page() * params.count()));
|
||||
// }
|
||||
} );
|
||||
|
||||
var retrieve_data = function() {
|
||||
$scope.balance = { expenses: [],
|
||||
|
|
Loading…
Reference in a new issue