add timeout to backup needed modal

This commit is contained in:
Gabriel Bazán 2016-10-17 09:55:20 -03:00
commit 138885cc82
3 changed files with 15 additions and 8 deletions

View file

@ -131,6 +131,7 @@ angular.module('copayApp.controllers').controller('backupController',
}
profileService.setBackupFlag(wallet.credentials.walletId);
profileService.setBackupNeededModalFlag(wallet.credentials.walletId);
return cb();
}, 1);
};