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 23ed344 + 0f0ebec commit 91816feCopy full SHA for 91816fe
src/app/interactions/tooltip/tooltip-simple/tooltip-simple.component.html
@@ -1,5 +1,9 @@
1
-<igx-avatar class="avatar" #target="tooltipTarget" [hideDelay]="10000000" [igxTooltipTarget]="tooltipRef"
2
- src="assets/images/avatar/10.jpg" size="medium" shape="circle">
+<igx-avatar
+ #target="tooltipTarget"
3
+ [igxTooltipTarget]="tooltipRef"
4
+ src="assets/images/avatar/10.jpg"
5
+ size="medium"
6
+ shape="circle">
7
</igx-avatar>
8
9
<div #tooltipRef="tooltip" igxTooltip>
0 commit comments