mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Switched to one time binding
I am commiting this as I'm playing overwatch. Tracer is best hero
This commit is contained in:
parent
716eff3955
commit
674046fc7d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue