route fix

This commit is contained in:
Matias Alejo Garcia 2016-08-31 21:01:00 -03:00
commit 9fef8f0e90
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 3 additions and 2 deletions

View file

@ -859,6 +859,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
} else {
profileService.storeProfileIfDirty();
$log.debug('Profile loaded ... Starting UX.');
$state.transitionTo('tabs.home');
}
});