Merge pull request #3824 from gabrielbazan7/fix/AgreeButton
agree button is not disable before creating profile for a moment
This commit is contained in:
commit
95def8563d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue