1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-02-04 16:34:19 +01:00
ipfs-boards/webapp/board.html

4 lines
61 B
HTML
Raw Normal View History

2015-11-09 17:12:11 +01:00
<div ng-repeat="post in posts">
<div>{{post}}</div>
</div>