Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 33a9953

Browse files
committed
Changing configuration showtooltip name
1 parent 0b9891b commit 33a9953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/angular-tooltips.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
'size': '',
216216
'speed': 'steady',
217217
'tooltipTemplateUrlCache': false,
218-
'tooltipShowTooltip': null
218+
'show': null
219219
};
220220

221221
return {
@@ -269,7 +269,7 @@
269269
$attrs.tooltipSide = $attrs.tooltipSide || tooltipsConf.side;
270270
$attrs.tooltipShowTrigger = $attrs.tooltipShowTrigger || tooltipsConf.showTrigger;
271271
$attrs.tooltipHideTrigger = $attrs.tooltipHideTrigger || tooltipsConf.hideTrigger;
272-
$attrs.tooltipShow = $attrs.tooltipShow || tooltipsConf.showTooltip;
272+
$attrs.tooltipShow = $attrs.tooltipShow || tooltipsConf.show;
273273
$attrs.tooltipClass = $attrs.tooltipClass || tooltipsConf.class;
274274
$attrs.tooltipSmart = $attrs.tooltipSmart === 'true' || tooltipsConf.smart;
275275
$attrs.tooltipCloseButton = $attrs.tooltipCloseButton || tooltipsConf.closeButton.toString();

0 commit comments

Comments
 (0)