display SIN (peerId) in title for copayer vids

It's important to be able to confirm the SIN of the copayers (the hash of the
public key). This needs to be communicated over an external, secure
communication channel.
This commit is contained in:
Ryan X. Charles 2014-06-26 17:34:22 -07:00
parent ed0ced1971
commit 3295e72986
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
</div>
<div class="large-9 medium-8 small-12 columns">
<!-- <div class="bottom&#45;copay" ng&#45;repeat="c in $root.wallet.getRegisteredPeerIds()" class="has&#45;tip" tooltip&#45;popup&#45;delay="1000" tooltip&#45;placement="top" tooltip="{{c.nick}}"> -->
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()">
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" title="{{c.peerId}}">
<video ng-if="$root.videoInfo[c.peerId]"
avatar peer="{{c}}"
autoplay