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

Commit

Permalink
docs(tooltip): add badge to appendToBody
Browse files Browse the repository at this point in the history
Closes #5544
  • Loading branch information
Foxandxss authored and wesleycho committed Feb 25, 2016
1 parent d546671 commit 8575155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/popover/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ All these settings are available for the three types of popovers.

* `popover-append-to-body`
<small class="badge">$</small>
_(Default: `false`)_ -
<small class="badge">C</small>
_(Default: `false`, Config: `appendToBody`)_ -
Should the popover be appended to '$body' instead of the parent element?

* `popover-is-open`
Expand Down
3 changes: 2 additions & 1 deletion src/tooltip/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ All these settings are available for the three types of tooltips.

* `tooltip-append-to-body`
<small class="badge">$</small>
_(Default: `false`)_ -
<small class="badge">C</small>
_(Default: `false`, Config: `appendToBody`)_ -
Should the tooltip be appended to '$body' instead of the parent element?

* `tooltip-class` -
Expand Down

0 comments on commit 8575155

Please sign in to comment.