From bc1d12ae89a1aa37e6b181e74fef27dfc52e83d5 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Fri, 29 Aug 2014 12:33:56 -0300 Subject: [PATCH] Fixes the link issue --- js/services/controllerUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 16cfa5a6d..7ba8dcf2a 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -16,7 +16,7 @@ angular.module('copayApp.services') root.redirIfLogged = function() { if ($rootScope.wallet) { - $rootScope.wallet.path('receive'); + $location.path('receive'); } };