Implements front-end call for buy and sell orders

Copy-pastes sell-orders component for mass component creation
This commit is contained in:
GloriousCode
2017-03-06 19:55:18 +11:00
parent 77aa59688c
commit abd6ccea74
8 changed files with 104 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
<div class="col-md-12">
<h4>All enabled currencies</h4>
<div class="panel-group" id="accordion">
<div class="panel panel-default" ng-repeat="exchange in exchanges">
@@ -26,5 +25,4 @@
</div>
</div>
</div>
</div>
</div>
</div>