It displays all products in the array. It uses 'ng-repeat' directive.

{{ product.name }} $ {{ product.price }}

This button will be displayed only if 'canPurchase' property is true. It uses 'ng-show' directive. Even without this property, it won't show the button.