Fixes the link issue

This commit is contained in:
Matias Pando 2014-08-29 12:33:56 -03:00
parent b2f4d4d870
commit bc1d12ae89
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');
}
};