fix scan after create

This commit is contained in:
Matias Alejo Garcia 2015-11-12 13:18:23 -03:00
parent 173bf4b13f
commit 0678a7aa72
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ angular.module('copayApp.controllers').controller('createController',
this._create = function(opts) {
self.loading = true;
$timeout(function() {
profileService.createWallet(opts, function(err, secret, walletId) {
profileService.createWallet(opts, function(err, walletId) {
self.loading = false;
if (err) {
$log.warn(err);