fixed wallet creation

This commit is contained in:
Ivan Socolsky 2014-12-02 10:24:49 -03:00 committed by Matias Alejo Garcia
commit f19ba24a22

View file

@ -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);
};