Skip to content

Commit

Permalink
chore(docs): fix append-to-body attribute docs
Browse files Browse the repository at this point in the history
* fix `tooltip-append-to-body` doc
* fix `popover-append-to-body` doc

Fixes angular-ui#4945
  • Loading branch information
icfantv committed Nov 25, 2015
1 parent 9513f10 commit 1bc6efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/popover/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ will display:
after the close trigger event? Defaults to 0.
- `popover-trigger`: What should trigger the show of the popover? See the
`tooltip` directive for supported values.
- `popover-append-to-body`: Should the tooltip be appended to `$body` instead of
the parent element?
- `popover-append-to-body`_(Default: false)_: Should the popover be appended to `$body` instead of
the parent element? Note that the presence of this attribute without a value implies `true`.
- `popover-is-open` <i class="glyphicon glyphicon-eye-open"></i>
_(Default: false)_:
Whether to show the popover.
Expand Down
4 changes: 2 additions & 2 deletions src/tooltip/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ will display:
Note: this attribute is no longer observable. See `tooltip-enable`.
- `tooltip-enable`: Is it enabled? It will enable or disable the configured
`tooltip-trigger`.
- `tooltip-append-to-body`: Should the tooltip be appended to `$body` instead of
the parent element?
- `tooltip-append-to-body`_(Default: false)_: Should the tooltip be appended to `$body` instead of
the parent element? Note that the presence of this attribute without a value implies `true`.
- `tooltip-class`: Custom class to be applied to the tooltip.
- `tooltip-is-open` <i class="glyphicon glyphicon-eye-open"></i>
_(Default: false)_:
Expand Down

0 comments on commit 1bc6efb

Please sign in to comment.