delete amazon utils and token use on amazon service
This commit is contained in:
parent
2cb099057e
commit
23417fe1b3
4 changed files with 5 additions and 27 deletions
|
|
@ -1691,8 +1691,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
var config = configService.getSync();
|
||||
|
||||
$scope.color = config.colorFor[txp.walletId];
|
||||
$scope.color = config.colorFor[txp.walletId] || '#4A90E2';
|
||||
$scope.tx = txFormatService.processTx(txp);
|
||||
|
||||
self.confirmationPopup = $ionicPopup.show({
|
||||
templateUrl: 'views/includes/confirm-tx.html',
|
||||
scope: $scope,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue