Skip to content

Commit

Permalink
Update product.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jesro authored Aug 23, 2018
1 parent 87ee369 commit 4b53962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jquery-knockoutjs-requirejs/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h3 data-bind="text:uName" class="text-success"></h3>
</div>
<div class="row float-right">
<h3>Recommended Products</h3>
<ul>
<li class="list-unstyled col-xs-2 col-md-2 col-lg-12 vcenter" data-bind="foreach:getProducts">
<ul data-bind="foreach:getProducts">
<li class="list-unstyled col-xs-2 col-md-2 col-lg-12 vcenter">
<b data-bind="text:product_name"></b>
<span><em>Rs: </em><em data-bind="text:Price"></em></span>
<img data-bind="attr:{src:image}" width="100" height="100">
Expand All @@ -52,4 +52,4 @@ <h3>Recommended Products</h3>
});
</script>
</body>
</html>
</html>

0 comments on commit 4b53962

Please sign in to comment.