Skip to content
Snippets Groups Projects
Commit 60b0fca1 authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

Use ng-src

parent 28a49a9e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment