socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 440c7fd5add9d56ec44b6f04284eced3a6cccacf
parent 5f61ffba2801ccc80f1c37660902d6a28170c5e0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 18 Mar 2018 17:46:57 +0100

set id with template

Diffstat:
Msrc/app/tweet-list/tweet-list.component.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html @@ -13,7 +13,7 @@ </a> <!-- lightbox container hidden with CSS --> - <a (click)="goTo('#_')" class="lightbox" [id]="'#img'+i"> + <a (click)="goTo('#_')" class="lightbox" id="#img{{i}}"> <img src="http://insomnia.rest/images/screens/main.png"> </a>