Closed avishayhajbi closed 9 years ago
sourceTmpl: '<a class="list-group-item" href="/profile/?id={id}"><span>{name}</span> <img src="{picture.data.url}"></a>',
the image is not show. {picture.data.url}
how to handle with this kind of json ?
sourceTmpl read from sourceData only one level of properties, no nested properties is supported from internal tmpl method
the image is not show. {picture.data.url}
how to handle with this kind of json ?