Change top-bar color
This commit is contained in:
parent
486b24eeb1
commit
0c06a3d460
17 changed files with 60 additions and 76 deletions
|
|
@ -42,6 +42,7 @@ angular.module('copayApp.controllers').controller('glideraController',
|
|||
$scope.tx = tx;
|
||||
$scope.settings = config;
|
||||
$scope.color = fc.backgroundColor;
|
||||
$scope.noColor = true;
|
||||
|
||||
glideraService.getTransaction(token, tx.transactionUuid, function(error, tx) {
|
||||
$scope.tx = tx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue