fix karma by @matiu
This commit is contained in:
parent
c122cb3488
commit
18034fd643
4 changed files with 41 additions and 15 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<tr
|
||||
data-ng-repeat="item in wallets | orderBy:'name'"
|
||||
ng-init="isComplete = item.isComplete(); networkName = item.getNetworkName()"
|
||||
ng-click="walletInfo(item)">
|
||||
ng-click="showWalletInfo(item)">
|
||||
<td>
|
||||
<span ng-show="loading == item.id"><i class="fi-bitcoin-circle icon-rotate spinner"></i></span>
|
||||
<span ng-show="loading != item.id">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue