Here is the structure of a JSON object:
{
"0": {
"Order_Id": "100000001",
"prodct_Status": "Pending",
"Price": "8.0000",
"date_created": "Jun 4, 2014 7:55:42 AM",
"Shipping_Address": "vbccv",
"Region": "Arizona",
"Country": "US"
},
"1": {
"Order_Id": "100000002",
"prodct_Status": "Pending",
"Price": "38.4600",
"date_created": "Jun 7, 2014 6:37:48 AM",
"Shipping_Address": "vbccv",
"Region": "Arizona",
"Country": "US"
},
"2": {
"Order_Id": "100000003",
"prodct_Status": "Pending",
"Price": "44.9200",
"date_created": "Jun 10, 2014 4:52:46 AM",
"Shipping_Address": "vbccv",
"Region": "Arizona",
"Country": "US"
}
}
I am looking to use ng-repeat with this JSON data. The indices 0 and 1 need to be retained.