Merge pull request #1180 from cmgustavo/ux/01-history
show loading/spinner when getting last transactions
This commit is contained in:
commit
e87907fa9d
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