Patching a bug with bo-src

This commit is contained in:
Will Marshall
2014-04-01 13:08:00 +11:00
parent a8a2e36375
commit 3574c91790

View File

@@ -19,8 +19,8 @@
%tbody{"ng-repeat" => "product in data.products | filter:query"}
%tr{"class" => "product product-{{ product.id }}"}
%td.name{bindonce: ""}
%img{"bo-src" => "{{ product.master.images[0].small_url }}"}
%td.name{bindonce: "product"}
%img{"bo-src" => "product.master.images[0].small_url"}
%div
%h5
{{ product.name }}