fix timeline order

This commit is contained in:
Javier 2016-10-19 14:21:05 -03:00
commit 57a062b2b1
4 changed files with 4 additions and 8 deletions

View file

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