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

Commit

Permalink
chore(button): add known issue for tooltip/popover
Browse files Browse the repository at this point in the history
* add known issue to button docs indicating a CSS issue when using a tooltip or
  a popover.
  • Loading branch information
icfantv committed May 10, 2016
1 parent dc7ff3a commit 87510eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ With the buttons directive, we can make a group of buttons behave like a set of

### Known issues

To use tooltips or popovers on a button group, make sure you add the applicable tooltip or popover directive directly to your `btn-group` element and set `appendToBody` to `true`. This is due to Bootstrap CSS styling. See [here](http://getbootstrap.com/components/#btn-groups) for more information.
To use tooltips or popovers on an element inside a button group, make sure you add the applicable tooltip or popover directive directly to your `btn-group` element and set `appendToBody` to `true`. This is due to Bootstrap CSS styling. See [here](http://getbootstrap.com/components/#btn-groups) for more information.

0 comments on commit 87510eb

Please sign in to comment.