Merge pull request #3824 from gabrielbazan7/fix/AgreeButton

agree button is not disable before creating profile for a moment
This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-27 16:55:35 -03:00
commit 95def8563d

View file

@ -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) {