card for header and QR

This commit is contained in:
Gabriel Bazán 2016-09-22 16:16:09 -03:00
commit d73ca23548
2 changed files with 16 additions and 17 deletions

View file

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