Return json form the API which is
{ ACC: "{"NO":"AC307","NAME":"joe"}, RETURN: "TRUE" }
i need the value separate as NO, NAME , ... how can i
HTML:
<div ng-repeat="acdetails in accdetails ">
<div class="item item-divider item-input-wrapper">
Acc No - {{ acetails.NO }}
</div>
<div class="item item-divider item-input-wrapper">
Name - {{ acdetails.NAME }}
</div>
</div>
but its displaying as empty , i am new to angular help me out
Thank you in advance
acedetails. Plus, look out for spelling, you have acedetails and acdetails in the HTMLrepeatover? Show more code. You either haven't shown us your data properly or you have a data structure problem