Merge pull request #37 from nacardin/feature/walletDetails
update walletDetails header styles
This commit is contained in:
commit
21c5cd3fd7
5 changed files with 47 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue