diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:51:31 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:51:31 +0200 |
commit | 60b0fca1036fd0cd9db8bcf518171ca55c4d1af8 (patch) | |
tree | f633e6d7ccaca3d7846c6ee85e2639e1aab1b56e | |
parent | Show avatar in profile section and added a button to select a file (not yet w... (diff) | |
download | synapse-60b0fca1036fd0cd9db8bcf518171ca55c4d1af8.tar.xz |
Use ng-src
Diffstat (limited to '')
-rw-r--r-- | webclient/rooms/rooms.html | 2 |
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> |