1
How to use ng-repeat
in the Region attribute of the object?
Example: ng-repeat="item in objeto.RegioesFilhas
Object:
var objeto = {
"DescricaoRegiaoVaga": "",
"IdCidadeCorreios": "1",
"RegioesFilhas": [{
"Cidade": "Brasília",
"UF": "DF",
"ID": "1"
}, {
"Cidade": "Asa Sul",
"UF": "DF",
"ID": "2"
}],
"Cidade": {
"UF": "DF",
"Cidade": "Brasília"
}
}
See if this post helps you: http://stackoverflow.com/questions/21703722/angularjs-ng-repeat-setting-attributes
– Jhonatan Simões