fix timeline item order
This commit is contained in:
parent
08447a13fd
commit
dcaca6e6bc
4 changed files with 10 additions and 2 deletions
|
|
@ -56,6 +56,10 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
by: action.copayerName
|
||||
});
|
||||
});
|
||||
|
||||
$timeout(function() {
|
||||
$scope.actionList.reverse();
|
||||
}, 10);
|
||||
};
|
||||
|
||||
function checkPaypro() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue