Okay ... so I want to do something similar to the "random products" thing used on the Coffee homepage or in the group-products.html page BUT INSTEAD of random products display products from a specific Category.
Can I start with the following snippet but replace "data.randomProducts" with something that specifies a ProductGroupId?
<a class=""
href="{{product.Url}}"
role="button"
ng-repeat="product in data.randomProducts">
... content ...
</a>
Any help is greatly appreciated ...
Matt
p.s. is there a reference of front-end templates tags, ie {{product.Name}} , {{product.Price}} , etc ......