I have JSON Array object as shown below.
$scope.items = [ {Name: \"Soap\", Price: \"25\", Quantity: \"10\"}, {Name: \"Bag\", Price: \"100\",
Solution I have json object which has data
[{"name":"Ata","email":"test@test1.com"}]
You can use following approach to iterate through ng-repeat and use table format instead of list.
{{item.name}}: {{item.email}}