-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
OUTPUT:
<img ez-plus="" ezp-model="{thumb:'http://xyz/images/product/M/1189_M1.jpg', small:'http://xyz/images/product/M/1189_M1.jpg', large:'http://xyz/images/product/M/1189_M1.jpg'}" ezp-options="{scrollZoom: true, initial: 'small'}" class="ng-isolate-scope" src="{{product.productImageUrl}}" data-zoom-image="{{product.productImageUrl}}">
CODE
<tr ng-repeat="product in productList" >
<td>
<table class="tableclass">
<tr><td><img ez-plus
ezp-model="{thumb:'{{product.productImageUrl}}', small:'{{product.productImageUrl}}', large:'{{product.productImageUrl}}'}"
ezp-options="{scrollZoom: true, initial: 'small'}" ></img>
</td></tr>
<tr><td style="height: 65px;">{{product.title}} {{product.size}}</td></tr>
</table>
</td>
</tr>
Where XYZ is my domain