Fixes the link issue

This commit is contained in:
Matias Pando 2014-08-29 12:33:56 -03:00
commit bc1d12ae89

View file

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