From b2a02ac88a71804ebb94ca4b06b5c6dd57d72e0c Mon Sep 17 00:00:00 2001 From: Marty Alcala Date: Mon, 10 Oct 2016 18:56:02 -0400 Subject: [PATCH] uncomment tabs.home state change --- src/js/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/routes.js b/src/js/routes.js index 3a06302a4..a69f00072 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -983,7 +983,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr profileService.storeProfileIfDirty(); $log.debug('Profile loaded ... Starting UX.'); scannerService.gentleInitialize(); - //$state.go('tabs.home'); + $state.go('tabs.home'); } }); });