Skip to content

Commit

Permalink
Reverted CLIENT-84
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohunter committed Oct 16, 2017
1 parent c899da1 commit ebc69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div id="accounts">
<h2 id="AccHeader">{{accounts.caption}}</h2>
<div class="wavesAccounts" ng-controller="accountListController as list" ng-show="accounts.mode === 'list'">
<p class="loginAccountDiv" ng-repeat="account in list.accounts track by account.address">
<p class="loginAccountDiv" ng-repeat="account in list.accounts track by $index">
<span class="loginAccount fade" tooltipster tooltip-theme="tooltipster-theme1" title="Log into this account." ng-click="list.signIn(account)"> <br/>
<b>{{::account.name}}</b> <span class="divider-1"></span> <small>{{::account.address}}</small>
</span>
Expand Down

0 comments on commit ebc69fb

Please sign in to comment.