<div class="well well-sm" ng-repeat="data in data">
<p style="word-wrap: break-word;">[[data.body]]</p>
<h4 style="font-style:oblique;" class="small">[[data.created|date]]</h4>
<a href="/#/profile/[[data.user]]">[[data.username]]</a>
<p ng-if="userId == data.user"><i class="glyphicon glyphicon-remove"></i></p>
</div>