postItem : [{
id: 1,
content: 'string',
date: '1 Jan 2014',
category: '1'
},
{
id: 2,
content: 'string2',
date: '14 Jan 2014',
category: '2'
}]
postItem[0].content doesn't work to select the first array's content object. Am I doing something wrong?
postItemitself is a property, right?data.postItem[0].content