Skip to content

Commit

Permalink
fix(accounts): remove account didn't update the list properly
Browse files Browse the repository at this point in the history
  • Loading branch information
beregovoy68 committed Dec 27, 2016
1 parent 7e19d93 commit 025fc0f
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 @@ -62,7 +62,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 $index">
<p class="loginAccountDiv" ng-repeat="account in list.accounts track by account.address">
<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 025fc0f

Please sign in to comment.