summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-04-20 23:22:58 +0200
committerskjnldsv <fremulon@protonmail.com>2016-05-09 10:03:01 +0200
commitfc005f2b2ac548473ad7ffcca58409d6c88f3f5c (patch)
treeefe00caaabe537ad41a481e8bd29e1b970fc629c /templates/contact.html
parentae2fe17e9814b7b8823ca2630ed320d1b5fa68bb (diff)
avatar upload
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact.html b/templates/contact.html
index 7052615a..48bb74ed 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,5 +1,5 @@
<a class="app-content-list-item-link" ng-click="ctrl.openContact()">
- <img class="app-content-list-item-icon contact__icon" ng-show="ctrl.contact.photo()!==undefined" data-ng-src="data:image/png;base64,{{ctrl.contact.photo()}}" />
+ <img class="app-content-list-item-icon contact__icon" ng-show="ctrl.contact.photo()!==undefined" data-ng-src="{{ctrl.contact.photo()}}" />
<div class="app-content-list-item-icon contact__icon" ng-show="ctrl.contact.photo()===undefined" ng-style="{'background-color': (ctrl.contact.uid() | contactColor) }">{{ ctrl.contact.displayName() | firstCharacter }}</div>
<div class="app-content-list-item-star icon-star" data-starred="false"></div>
<div class="app-content-list-item-line-one" ng-class="{'no-line-two':!ctrl.contact.email()}">{{ ctrl.contact.displayName() | newContact }}</div>