Fixed UI. Now aligned with other buttons
This commit is contained in:
parent
5a0c1e235b
commit
82893c703a
2 changed files with 11 additions and 6 deletions
|
|
@ -158,6 +158,12 @@ angular.module('copayApp.controllers').controller('TransactionsController',
|
|||
}, 10);
|
||||
});
|
||||
}
|
||||
else {
|
||||
$timeout(function() {
|
||||
$scope.loading = false;
|
||||
$scope.lastShowed = false;
|
||||
}, 1);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue