From 60b0fca1036fd0cd9db8bcf518171ca55c4d1af8 Mon Sep 17 00:00:00 2001
From: Emmanuel ROHEE <erohee@amdocs.com>
Date: Thu, 14 Aug 2014 11:51:31 +0200
Subject: [PATCH] Use ng-src

---
 webclient/rooms/rooms.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html
index 66b89caf00..5974bd940c 100644
--- a/webclient/rooms/rooms.html
+++ b/webclient/rooms/rooms.html
@@ -9,7 +9,7 @@
                 <tr>
                     <td>
                         <div class="profile-avatar">
-                            <img  src="{{ newProfileInfo.avatar || 'img/default-profile.jpg'}}" m-file-input="newProfileInfo.avatarFile"/>
+                            <img  ng-src="{{ newProfileInfo.avatar || 'img/default-profile.jpg' }}" m-file-input="newProfileInfo.avatarFile"/>
                         </div>
                     </td>
                     <td>
-- 
GitLab