uncomment tabs.home state change

This commit is contained in:
Marty Alcala 2016-10-10 18:56:02 -04:00
commit b2a02ac88a

View file

@ -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');
}
});
});