Set product.largeImage in JS, use for product modal

This commit is contained in:
Rohan Mitchell
2014-09-01 16:21:23 +10:00
parent e72c3d861b
commit 2cd5afbf9c
3 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
.row
.columns.small-12.large-6
%img.product-img{"ng-src" => "{{product.primaryImage}}", "ng-if" => "product.primaryImage"}
%img.product-img{"ng-src" => "{{product.largeImage}}", "ng-if" => "product.largeImage"}
.columns.small-12.large-6.product-header
%h2
/ %render-svg{path: "{{product.primary_taxon.icon}}"}