TONS of work in shapeshift integration
This commit is contained in:
parent
8e2263cc9a
commit
b16a4215d2
14 changed files with 267 additions and 58 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div>
|
||||
<div ng-hide="direction=='in' || direction=='out'">
|
||||
<div>
|
||||
<select ng-model="selectedCoinModel.coin" ng-change="getMarketData(selectedCoinModel.coin)">
|
||||
<option ng-repeat="(k, coin) in coins" value="{{coin.symbol}}">
|
||||
|
|
@ -12,14 +12,14 @@
|
|||
<label>{{ label }}</label>
|
||||
<input type="text" ng-model="coinAddress">
|
||||
</div>
|
||||
<div ng-show="direction=='out'">
|
||||
<div ng-show="direction=='in'">
|
||||
<label>Amount</label>
|
||||
<input type="text" ng-model="amount">
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="direction=='in'">
|
||||
<div>Deposit Limit: {{marketData.limit}}</div>
|
||||
<div>Minimum Amount: {{marketData.minimum}}</div>
|
||||
<div>Maximum Amount: {{marketData.limit}}</div>
|
||||
<div>MinerFee: {{marketData.minerFee}}</div>
|
||||
<div>Rate: {{marketData.rate}}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue