Merge pull request #2125 from bechi/bugs/waiting-copayers
fix layout bugs
This commit is contained in:
commit
2e90e1be6c
2 changed files with 13 additions and 17 deletions
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
|
|||
function($scope, $rootScope, $timeout, go) {
|
||||
$scope.init = function() {
|
||||
var w = $rootScope.wallet;
|
||||
$rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName();
|
||||
$rootScope.title = 'Share this secret with your copayers';
|
||||
$scope.loading = false;
|
||||
$scope.secret = $rootScope.wallet.getSecret();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue