Fixed empty photos in inline results

This commit is contained in:
Igor Zhukov 2016-06-09 20:42:09 +03:00
parent bd52715f18
commit 9a423eb6f4

View File

@ -43,7 +43,7 @@
/>
</div>
<div ng-switch-default class="inline_result_photo_http">
<img ng-switch-default ng-if="result.thumbUrl !== undefined" class="inline_result_photo_image" width="{{result.thumbW}}" height="{{result.thumbH}}" ng-src="{{result.thumbUrl}}" />
<img ng-if="result.thumbUrl !== undefined" class="inline_result_photo_image" width="{{result.thumbW}}" height="{{result.thumbH}}" ng-src="{{result.thumbUrl}}" />
</div>
</a>