Merge pull request #597 from JDonadio/fix/timeline

Fix timeline order
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-20 01:09:00 -03:00 committed by GitHub
commit 38681ae4b0
4 changed files with 4 additions and 8 deletions

View file

@ -83,8 +83,6 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
time: $scope.btx.time,
description: actionDescriptions['broadcasted'],
});
$scope.actionList.reverse();
};
$scope.showCommentPopup = function() {

View file

@ -59,8 +59,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
by: action.copayerName
});
});
$scope.actionList.reverse();
};
$scope.$on('accepted', function(event) {