Notify when history is updating the latest tx sent. After sent, back home

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-09 11:57:43 -03:00
commit 32a09dfb7b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 18 additions and 12 deletions

View file

@ -911,7 +911,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
$timeout(function() {
$scope.$digest();
}, 1);
}
} else go.walletHome();
});
});
});