I would like to print tabs in HTML using angular js with below data and expected output format. Could you guys please help me out with solution.I can only choose 1 radio button from all the tabs and send the same to m service.
MY data is
{
"parkdata": {
"0": {
"name": "Alexandra Park",
"code": "ALP",
"city": "London"
},
"1": {
"name": "Barking Park",
"code": "BAP",
"city": "London"
},
"2": {
"name": "Battersea Park",
"code": "BTP",
"city": "London"
},
"3": {
"name": "Gunnersbury Park",
"code": "GBP",
"city": "Paris"
},
"4": {
"name": "Goodmayes Park",
"code": "GMP",
"city": "Paris"
},
"5": {
"name": "Greenwich Park",
"code": "GWP",
"city": "Paris"
},
"6": {
"name": "Green Park",
"code": "GRP",
"city": "Japan"
},
"7": {
"name": "Good Park",
"code": "GDP",
"city": "Japan"
},
"8": {
"name": "Gun Park",
"code": "GNP",
"city": "Japan"
}
}
}
Please help