reverted to binding to live model objects
This commit is contained in:
parent
458f2b0638
commit
361b16d222
3 changed files with 7 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<div class="copay-box" ng-repeat="copayer in copayers">
|
||||
<div class="copay-box" ng-repeat="copayer in $root.wallet.getRegisteredPeerIds()">
|
||||
<div class="photo-container">
|
||||
<img gravatar-src="'{{copayer.nick}}'" gravatar-size="35">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue