From 307031d08526a927190292efaab0cf4432ffd2f3 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 11 May 2015 10:45:07 +0200 Subject: [PATCH] fix projects contacts list --- app/modules/profile/profile-projects/profile-projects.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/profile/profile-projects/profile-projects.jade b/app/modules/profile/profile-projects/profile-projects.jade index 301d387b..b7a98cec 100644 --- a/app/modules/profile/profile-projects/profile-projects.jade +++ b/app/modules/profile/profile-projects/profile-projects.jade @@ -12,8 +12,8 @@ section.profile-projects span.tag-name {{::tag.name}} div.project-list-single-members - a(tg-repeat="contact in ::project.contacts", tg-nav="user-profile:username=contact.username", title="{{contact.full_name}}") - img(tg-bo-src="contact.photo") + a(ng-repeat="contact in ::project.contacts", tg-nav="user-profile:username=contact.username", title="{{::contact.full_name}}") + img(ng-src="{{::contact.photo}}") // div.project-list-single-right // div.project-list-single-stats