[Owncloud] trouble adapting apptemplateadvanced

hamza abdelkebir contact at hamza-abdelkebir.eu
Sat Dec 28 19:28:00 UTC 2013


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



More information about the Owncloud mailing list