Glidera service

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-01 16:51:29 -03:00
commit 792c20b040
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 71 additions and 44 deletions

View file

@ -10,6 +10,10 @@
<ion-content ng-controller="glideraController as glidera" ng-init="init()">
<div class="box-notification error" ng-show="!network">
Glidera is disabled for this application
</div>
<div class="box-notification warning" ng-show="network == 'testnet'">
Testnet wallets only work with Glidera Sandbox Accounts
</div>