fix import profile and wallet. digest fix
This commit is contained in:
parent
34b5dc3298
commit
88edec1779
5 changed files with 38 additions and 37 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
<div class="import-profile" ng-controller="ImportProfileController">
|
||||
<div ng-show="loading">
|
||||
<div ng-show="$root.starting">
|
||||
<div ng-include="'views/includes/loading.html'" ng-init="title = importStatus"></div>
|
||||
</div>
|
||||
|
||||
<div ng-show="!loading">
|
||||
<div ng-show="!$root.starting">
|
||||
<div class="large-4 large-centered medium-6 medium-centered columns">
|
||||
<div class="logo-setup show-for-large-up">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<button translate type="submit"
|
||||
class="button primary radius expand m0"
|
||||
ng-disabled="importProfileForm.$invalid || loading">
|
||||
ng-disabled="importProfileForm.$invalid || $root.starting">
|
||||
Import backup
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue