4 lines
63 B
HTML
4 lines
63 B
HTML
|
<div ng-repeat="post in vm.posts">
|
||
|
{{ post.title }}
|
||
|
</div>
|