We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf565 commit d11cb7bCopy full SHA for d11cb7b
src/lib/tooltip/README.md
@@ -6,7 +6,7 @@ The positions `before` and `after` should be used instead of `left` and `right`
6
### Examples
7
A button with a tooltip
8
```html
9
-<button md-tooltip="some message" tooltip-position="bottom">Button</button>
+<button md-tooltip="some message" tooltip-position="below">Button</button>
10
```
11
12
0 commit comments