update walletDetails header styles

This commit is contained in:
Nick Cardin 2016-09-01 15:04:15 -04:00
commit 70db673855
5 changed files with 47 additions and 21 deletions

View file

@ -194,6 +194,10 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
return $state.go('wallet.copayers');
};
/* Set color for header bar */
$rootScope.walletDetailsColor = wallet.color;
$rootScope.walletDetailsName = wallet.name;
$scope.wallet = wallet;
$scope.requiresMultipleSignatures = wallet.credentials.m > 1;
$scope.newTx = false;