I am using angularjs, I have following set of data that I need to bind to a table using ng-repeat. I tried thus but I am not able to reach my output my data in sub array so I am not able to bind this in repeat, anyone help how to do this .
data
$scope.SubData=[{
Name: '1',
Subject: [{
tamil: 12,
english: 21,
social: 45
}]
},
{
Name: '2',
Subject: [{
tamil: 10,
english: 20,
social: 30,
geo: 40
}]
}]
Expected output should look like this
NOTE:Subject Names are Dynamically


$scopeor using withvar? :-pHTML. So that we can correct your mistkes.