Skip to content

Commit 4f7d6dc

Browse files
authored
Merge pull request #17 from takenet/feature/avatar-separation
fix(client): fix avatar tooltip
2 parents 9a447fa + 027e045 commit 4f7d6dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/avatar/AvatarView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<span class="avatar">
2-
<span tooltips tooltip-template="{{$ctrl.$ctrl.user.tooltipName}}" tooltip-side="bottom" tooltip-class="small">
2+
<span tooltips tooltip-template="{{$ctrl.user.tooltipName}}" tooltip-side="bottom" tooltip-class="small">
33
<img ng-if="$ctrl.user.photoUri" ng-src="{{$ctrl.user.photoUri}}" alt="{{$ctrl.user.fullName}}">
44
<letter-avatar ng-if="!$ctrl.user.photoUri" class="account-editing-avatar ml4" text="$ctrl.user.fullName"></letter-avatar>
55
</span>

0 commit comments

Comments
 (0)