webogram-i2p/app/partials/message_attach_photo.html
Igor Zhukov c9c1205482 Intermediate
Update AngularJS
Improved templates
New performance directives
2014-07-23 20:34:13 +04:00

7 lines
355 B
HTML

<a class="im_message_photo_thumb" href="" ng-click="openPhoto(historyMessage.media.photo.id, historyMessage.id)" ng-style="::{width: historyMessage.media.photo.thumb.width + 'px'}" ng-mouseover="preloadPhoto(historyMessage.media.photo.id)">
<img
class="im_message_photo_thumb"
my-load-thumb
thumb="historyMessage.media.photo.thumb"
/>
</a>