agree button is not disable before creating profile for a moment

This commit is contained in:
Gabriel Bazán 2016-01-27 11:40:04 -03:00
parent 431d0fd86a
commit 94bee6a3f2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ 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;