Merge pull request #1180 from cmgustavo/ux/01-history

show loading/spinner when getting last transactions
This commit is contained in:
Matias Alejo Garcia 2014-08-26 16:17:27 -03:00
commit e87907fa9d
2 changed files with 5 additions and 3 deletions

View file

@ -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,