diff --git a/src/js/controllers/modals/txpDetails.js b/src/js/controllers/modals/txpDetails.js index a5783de17..692b21a6f 100644 --- a/src/js/controllers/modals/txpDetails.js +++ b/src/js/controllers/modals/txpDetails.js @@ -56,6 +56,10 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi by: action.copayerName }); }); + + $timeout(function() { + $scope.actionList.reverse(); + }, 10); }; function checkPaypro() { diff --git a/src/js/controllers/tx-details.js b/src/js/controllers/tx-details.js index 109ff279f..05e54d036 100644 --- a/src/js/controllers/tx-details.js +++ b/src/js/controllers/tx-details.js @@ -88,6 +88,10 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio time: $scope.btx.time, description: actionDescriptions['broadcasted'], }); + + $timeout(function() { + $scope.actionList.reverse(); + }, 10); } $scope.showCommentPopup = function() { diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index 1496acc64..f437cede2 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -129,7 +129,7 @@
Timeline
-
+
!
diff --git a/www/views/tx-details.html b/www/views/tx-details.html index 7709ec4bb..262357e0b 100644 --- a/www/views/tx-details.html +++ b/www/views/tx-details.html @@ -91,7 +91,7 @@
Timeline
-
+
!