Skip to content

Commit 4c7207f

Browse files
committed
Merge pull request 720kb#130 from 720kb/body-1
tooltip-append-to-body attribute
2 parents 4267921 + f4d0fa4 commit 4c7207f

11 files changed

+461
-48
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ tooltip-class="" | String() | '' | Set custom tooltip CSS class/classes
9393
tooltip-size="" | String('large', 'small') | 'medium' | Set your tooltip dimensions
9494
tooltip-speed="" | String('fast', 'slow', 'medium') | 'medium' | Set your tooltip show & hide transition speed
9595
tooltip-hidden="" | String(Boolean) | false | Hide (at all) the tooltip
96+
tooltip-append-to-body="" | String(Boolean) | false | This attribute clones the tooltip and append this directly on body. This enables the tooltip position also, for instance, if you have an scrolling area. **This option does heavy javascript calculation.**
9697

9798

9899
##Globals

dist/angular-tooltips.css

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.css.min.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)