Answer the question
In order to leave comments, you need to log in
How to extract value from json object using AngularJS?
Hello everyone, I have this json object:
[
{
"id": "0",
"date": "07.04.2015",
"category": [
{
"catId": 0,
"catName": "Магазин"
}
],
"title": [
{
"titleId": 0,
"titleName": "Пятерочка",
"imageUrl": "0.jpg",
"raiting": 5
}
]
}
]
$http.get('objects/list.json').success(function(data){
$scope.list = data;
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question