Merge pull request #40 from cmgustavo/ref/design-14

Glidera service
This commit is contained in:
Matias Alejo Garcia 2016-09-01 18:30:28 -03:00 committed by GitHub
commit f6f4a3fb28
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>