handle network reconnection
This commit is contained in:
parent
ff8560208b
commit
9efa2dfe24
16 changed files with 125 additions and 66 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="send" ng-controller="sendController as send" ng-init="send.init()" ng-show="!index.isOffLine">
|
||||
<div class="send" ng-controller="sendController as send" ng-init="send.init()">
|
||||
<div ng-show="index.lockedBalance">
|
||||
<h4 class="title m0">
|
||||
<div class="left">
|
||||
|
|
@ -152,6 +152,4 @@
|
|||
</div>
|
||||
<!-- end of row -->
|
||||
</div>
|
||||
<div ng-if="index.isOffLine" class="m20tp text-center" translate>Checking your internet connection...</div>
|
||||
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue