Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9f0dba1

Browse files
icfantvwesleycho
authored andcommitted
docs: fix append-to-body attribute
* fix `tooltip-append-to-body` doc * fix `popover-append-to-body` doc Closes #4948 Fixes #4945
1 parent 9513f10 commit 9f0dba1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/popover/docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ will display:
4141
after the close trigger event? Defaults to 0.
4242
- `popover-trigger`: What should trigger the show of the popover? See the
4343
`tooltip` directive for supported values.
44-
- `popover-append-to-body`: Should the tooltip be appended to `$body` instead of
45-
the parent element?
44+
- `popover-append-to-body`_(Default: false)_: Should the popover be appended to `$body` instead of
45+
the parent element? Note that the presence of this attribute without a value implies `true`.
4646
- `popover-is-open` <i class="glyphicon glyphicon-eye-open"></i>
4747
_(Default: false)_:
4848
Whether to show the popover.

src/tooltip/docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ will display:
3939
Note: this attribute is no longer observable. See `tooltip-enable`.
4040
- `tooltip-enable`: Is it enabled? It will enable or disable the configured
4141
`tooltip-trigger`.
42-
- `tooltip-append-to-body`: Should the tooltip be appended to `$body` instead of
43-
the parent element?
42+
- `tooltip-append-to-body`_(Default: false)_: Should the tooltip be appended to `$body` instead of
43+
the parent element? Note that the presence of this attribute without a value implies `true`.
4444
- `tooltip-class`: Custom class to be applied to the tooltip.
4545
- `tooltip-is-open` <i class="glyphicon glyphicon-eye-open"></i>
4646
_(Default: false)_:

0 commit comments

Comments
 (0)