i399exng1ts/app/list.html

4 lines
63 B
HTML
Raw Normal View History

2017-05-17 18:36:09 +03:00
<div ng-repeat="post in vm.posts">
{{ post.title }}
</div>