We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a447fa + 027e045 commit 4f7d6dcCopy full SHA for 4f7d6dc
1 file changed
src/components/avatar/AvatarView.html
@@ -1,5 +1,5 @@
1
<span class="avatar">
2
- <span tooltips tooltip-template="{{$ctrl.$ctrl.user.tooltipName}}" tooltip-side="bottom" tooltip-class="small">
+ <span tooltips tooltip-template="{{$ctrl.user.tooltipName}}" tooltip-side="bottom" tooltip-class="small">
3
<img ng-if="$ctrl.user.photoUri" ng-src="{{$ctrl.user.photoUri}}" alt="{{$ctrl.user.fullName}}">
4
<letter-avatar ng-if="!$ctrl.user.photoUri" class="account-editing-avatar ml4" text="$ctrl.user.fullName"></letter-avatar>
5
</span>
0 commit comments