次のリンクはポジションまで機能しますが、別のオブジェクト (会社) を追加すると何も表示されません。
App.jsonObject = {
id: 1812,
name: 'Brokerage Account',
positions: [
{
symbol: 'AAPL',
quantity: '300',
company:[
{
no: '1',
name: 'test'
}
]
},
{
symbol: 'GOOG',
quantity: '500',
company:[
{
no: '2',
name: 'test123'
}
]
}
]
};