Buy, enter amount

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-09 12:46:27 -03:00
commit ec2801ef37
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 88 additions and 8 deletions

View file

@ -68,13 +68,13 @@
<div class="list card"
ng-show="accountId">
<a class="item item-icon-right"
href ui-sref="tabs.buyandsell.coinbase.buy">
href ui-sref="tabs.buyandsell.coinbase.amount({isCoinbase: 'buy'})">
<img src="img/buy-bitcoin.svg" alt="buy bitcoin" width="35" class="item-img-buy">
Buy Bitcoin
<i class="icon bp-arrow-right"></i>
</a>
<a class="item item-icon-right"
href ui-sref="tabs.buyandsell.coinbase.sell">
href ui-sref="tabs.buyandsell.coinbase.amount({isCoinbase: 'sell'})">
<img src="img/sell-bitcoin.svg" alt="buy bitcoin" width="35" class="item-img-sell">
Sell Bitcoin
<i class="icon bp-arrow-right"></i>