2016-05-27 20:38:59 +01:00
|
|
|
<div ng-repeat="notification in notifications">
|
|
|
|
<a href="{{ notification.url }}"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
|
|
|
|
<a href="{{ notification.url }}"><p>{{ notification.text }}</p></a>
|
|
|
|
</div>
|