Show HomeWallet immediately the when profile was started
This commit is contained in:
parent
9b4d261637
commit
183d6ec15c
9 changed files with 9 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<i class="size-60 fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
<span translate>Creating wallet...</span>
|
||||
</div>
|
||||
<div class="setup" ng-show="!loading">
|
||||
<div class="setup" ng-show="!loading && !$root.starting">
|
||||
<h1 class="hide-for-large-up">{{$root.title}}</h1>
|
||||
<form name="setupForm" ng-submit="create(setupForm)" novalidate>
|
||||
<div class="row">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<div class="home" ng-controller="HomeController">
|
||||
|
||||
<div data-alert class="loading-screen" ng-show="loading">
|
||||
<div data-alert class="loading-screen" ng-show="$root.starting">
|
||||
<i class="size-60 fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
<span translate>Accessing your profile...</span>
|
||||
</div>
|
||||
<div class="large-4 large-centered medium-6 medium-centered columns" ng-if="!loading && !retreiving">
|
||||
<div class="large-4 large-centered medium-6 medium-centered columns" ng-show="!$root.starting">
|
||||
<div class="logo-setup">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
|
||||
<div ng-include="'views/includes/version.html'"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue