show loading/spinner when getting last transactions
This commit is contained in:
parent
ad56cb685f
commit
8da0280da6
2 changed files with 5 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('TransactionsController',
|
|||
var satToUnit = 1 / config.unitToSatoshi;
|
||||
|
||||
$scope.update = function() {
|
||||
$scope.loading = false;
|
||||
$scope.loading = true;
|
||||
var from = ($scope.txpCurrentPage - 1) * $scope.txpItemsPerPage;
|
||||
var opts = {
|
||||
pending: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue