Hello,

I'm trying to adapt the apptemplateadvanced to show a html table containing all rows of database table message (id, aa, bb, cc).

how can I tweak the app.js file to get the JSON data and then use something like :

<table>
    <tr ng-repeat="message in messages">
        <td>{{message.id}}</td>
        <td>{{message.aa}}</td>
        <td>{{message.bb}}</td>
        <td>{{message.cc}}</td>
    </tr>
</table>


Thanks,
Hamza
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to