fixed wallet creation
This commit is contained in:
parent
0060c9a0c9
commit
f19ba24a22
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
|
||||
$scope.done = function() {
|
||||
$rootScope.starting = false;
|
||||
$rootScope.$digest();
|
||||
setTimeout(function () { $rootScope.$digest(); }, 1);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue