We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc98c8 commit ff43983Copy full SHA for ff43983
src/js/angular-tooltips.js
@@ -33,7 +33,7 @@
33
, positionInterval
34
, oldBoundingRect
35
, title = attr.tooltipTitle || attr.title || ''
36
- , tooltipScroll = attr.tooltipTry || false
+ , tooltipScroll = attr.tooltipScroll || false
37
, content = attr.tooltipContent || ''
38
, html = attr.tooltipHtml || ''
39
, showTriggers = attr.tooltipShowTrigger || 'mouseover'
0 commit comments