UNPKG

insight-bitcore

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 bitcoin network and build your own services with it.

19 lines (17 loc) 648 B
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {{currency.symbol}} <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="#" data-ng-click="setCurrency('USD')" data-ng-class="{active: currency.symbol == 'USD'}">USD</a> </li> <li> <a href="#" data-ng-click="setCurrency('BTC')" data-ng-class="{active: currency.symbol == 'BTC'}">BTC</a> </li> <li> <a href="#" data-ng-click="setCurrency('mBTC')" data-ng-class="{active: currency.symbol == 'mBTC'}">mBTC</a> </li> <li> <a href="#" data-ng-click="setCurrency('bits')" data-ng-class="{active: currency.symbol == 'bits'}">bits</a> </li> </ul>