Fix Glidera routes

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-16 14:46:25 -03:00
commit bcb6f97385
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
12 changed files with 93 additions and 102 deletions

View file

@ -1,7 +1,7 @@
<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-buttons side="primary">
<button class="button back-button" ui-sref="glidera.main">
<button class="button back-button" ui-sref="tabs.buyandsell.glidera">
<i class="icon ion-ios-arrow-thin-left"></i>
</button>
</ion-nav-buttons>
@ -65,10 +65,10 @@
class="postfix"
on-tap="showAlternative = false; fiat = null; buy.buyPrice = null">USD</a>
</label>
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
</div>
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
<div class="text-center text-gray size-12 m20b" ng-show="!buy.gettingBuyPrice && buy.buyPrice.qty">
Buy
<span ng-show="qty">{{buy.buyPrice.subtotal|currency:'':2}} {{buy.buyPrice.currency}} in Bitcoin</span>
@ -120,7 +120,7 @@
A transfer has been initiated from your bank account. Your bitcoins should arrive to your wallet in 2-4 business days.
</p>
<button class="button button-block button-positive" ui-sref="glidera.main">OK</button>
<button class="button button-block button-positive" ui-sref="tabs.buyandsell.glidera">OK</button>
</div>
</ion-content>
</ion-view>