Switched to one time binding

I am commiting this as I'm playing overwatch. Tracer is best hero
This commit is contained in:
Josef Citrine 2016-05-28 21:43:04 +01:00
parent 716eff3955
commit 674046fc7d

View file

@ -1,4 +1,4 @@
<div ng-repeat="notification in notifications" class="notification">
<a href="{{ notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
<a href="{{ notification.url }}" class="message"><p>{{ notification.text }}</p></a>
<a href="{{ ::notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
<a href="{{ ::notification.url }}" class="message"><p>{{ ::notification.text }}</p></a>
</div>