2
How do I present only some of the most important information on a list such as the following example?
{
"userId": 1,
"id": 1,
"title": "DRF - Delegacia de Roubos e Furtos",
"endereco": "Praca Maua, 5 - Centro",
"tel":"2233-2701",
"long":"-22.896893,0",
"lat":"-43.181976"
},
It doesn’t matter if you use Angularjs, JSON, Javascript. I’d just like to know how to pull only one piece of information to avoid repetitions. For example: how to present in a location only the name, address and phone number of the location for users to see?
Ok, but how does it pull the information currently? How can we help improve your current code?
– brasofilo