Merge pull request #1236 from matiaspando/iss1151

Fixes the link issue
This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-29 13:40:41 -03:00
commit 4d9dddea93
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ angular.module('copayApp.services')
root.redirIfLogged = function() {
if ($rootScope.wallet) {
$rootScope.wallet.path('receive');
$location.path('receive');
}
};