diff --git a/js/controllers/history.js b/js/controllers/history.js index e546ab3cf..f6effad96 100644 --- a/js/controllers/history.js +++ b/js/controllers/history.js @@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('HistoryController', $scope.alternativeCurrency = []; $scope.selectPage = function(page) { + $scope.paging = true; $scope.currentPage = page; $scope.update(); }; @@ -188,6 +189,7 @@ angular.module('copayApp.controllers').controller('HistoryController', $scope.totalItems = res.nbItems; $scope.loading = false; + $scope.paging = false; setTimeout(function() { $scope.$digest(); }, 1); diff --git a/views/history.html b/views/history.html index daecbf5c4..a466d23e4 100644 --- a/views/history.html +++ b/views/history.html @@ -11,7 +11,14 @@ -
+
+
+
+ Getting transactions... +
+
+
+