Merge pull request #37 from nacardin/feature/walletDetails

update walletDetails header styles
This commit is contained in:
Matias Alejo Garcia 2016-09-01 16:46:07 -03:00 committed by GitHub
commit 21c5cd3fd7
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;