summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:51:31 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:51:31 +0200
commit60b0fca1036fd0cd9db8bcf518171ca55c4d1af8 (patch)
treef633e6d7ccaca3d7846c6ee85e2639e1aab1b56e
parentShow avatar in profile section and added a button to select a file (not yet w... (diff)
downloadsynapse-60b0fca1036fd0cd9db8bcf518171ca55c4d1af8.tar.xz
Use ng-src
-rw-r--r--webclient/rooms/rooms.html2
1 files changed, 1 insertions, 1 deletions
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>