diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index a8fb8f7d8..a35553965 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -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, diff --git a/views/transactions.html b/views/transactions.html index 020ea96f9..f91565fbe 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -19,8 +19,10 @@
- [ Show ] - [ Hide ] + [ Show ] + [ Hide ]