diff --git a/src/js/controllers/disclaimer.js b/src/js/controllers/disclaimer.js index eaaaf6325..cb90b8603 100644 --- a/src/js/controllers/disclaimer.js +++ b/src/js/controllers/disclaimer.js @@ -4,9 +4,9 @@ angular.module('copayApp.controllers').controller('disclaimerController', function($scope, $timeout, $log, profileService, isCordova, storageService, applicationService, gettextCatalog, uxLanguage, go) { var self = this; self.tries = 0; + $scope.creatingProfile = true; var create = function(noWallet) { - $scope.creatingProfile = true; profileService.create({ noWallet: noWallet }, function(err) {