update to beta.17

This commit is contained in:
nixa 2016-05-11 13:15:37 +03:00
parent a1e49ecc9b
commit 61d86e7e3d
7 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@
<a href>Settings</a>
</div>
<div class="msg-list">
<a *ngFor="#msg of notifications" href class="clearfix">
<a *ngFor="let msg of notifications" href class="clearfix">
<div class="img-area"><img [ngClass]="{'photo-msg-item': !msg.image}"
src="{{ ( msg.image || (msg.name | profilePicture)) }}"></div>
<div class="msg-area">
@ -40,7 +40,7 @@
<a href>Settings</a>
</div>
<div class="msg-list">
<a *ngFor="#msg of messages" href class="clearfix">
<a *ngFor="let msg of messages" href class="clearfix">
<div class="img-area"><img [ngClass]="{'photo-msg-item': !msg.image}"
src="{{ ( msg.image || (msg.name | profilePicture)) }}"></div>
<div class="msg-area">