insight-grlc-ui
Version:
An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the garlicoin network and build your own services with it.
19 lines (17 loc) • 645 B
HTML
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
{{currency.symbol}} <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<!-- <li>
<a data-ng-click="setCurrency('USD')" data-ng-class="{active: currency.symbol == 'USD'}">USD</a>
</li> -->
<li>
<a data-ng-click="setCurrency('GRLC')" data-ng-class="{active: currency.symbol == 'GRLC'}">GRLC</a>
</li>
<!-- <li>
<a data-ng-click="setCurrency('lites')" data-ng-class="{active: currency.symbol == 'lites'}">lites</a>
</li>
<li>
<a data-ng-click="setCurrency('photons')" data-ng-class="{active: currency.symbol == 'photons'}">photons</a>
</li> -->
</ul>