Plain HTML table

This page displays the data using a standard HTML table created with an ng-repeat directive.

ID Date Country Product Color Amount
{{item.id}} {{item.date | date}} {{item.country}} {{item.product}} {{item.color}} {{item.amount | currency}}