This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ will display:
41
41
after the close trigger event? Defaults to 0.
42
42
- ` popover-trigger ` : What should trigger the show of the popover? See the
43
43
` 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 ` .
46
46
- ` popover-is-open ` <i class =" glyphicon glyphicon-eye-open " ></i >
47
47
_ (Default: false)_ :
48
48
Whether to show the popover.
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ will display:
39
39
Note: this attribute is no longer observable. See ` tooltip-enable ` .
40
40
- ` tooltip-enable ` : Is it enabled? It will enable or disable the configured
41
41
` 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 ` .
44
44
- ` tooltip-class ` : Custom class to be applied to the tooltip.
45
45
- ` tooltip-is-open ` <i class =" glyphicon glyphicon-eye-open " ></i >
46
46
_ (Default: false)_ :
You can’t perform that action at this time.
0 commit comments