Skip to content

Commit b6a5fdb

Browse files
committed
add to readmes
1 parent 239cff4 commit b6a5fdb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/components/menu/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ import {MdMenuModule} from '@angular2-material/menu';
2727
export class MyAppModule {}
2828
```
2929

30+
For alpha.7, you need to include the overlay styles in your app via a `link` element. This will
31+
look something like
32+
```html
33+
<link href="vendor/@angular2-material/core/overlay/overlay.css" rel="stylesheet">
34+
3035
### Simple menu
3136

3237
In your template, create an `md-menu` element. You can use either `<button>` or `<anchor>` tags for

src/components/tooltip/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# MdTooltip
22
Tooltip allows the user to specify text to be displayed when the mouse hover over an element.
33

4+
### Setup
5+
For alpha.7, you need to include the overlay styles in your app via a `link` element. This will
6+
look something like
7+
```html
8+
<link href="vendor/@angular2-material/core/overlay/overlay.css" rel="stylesheet">
9+
10+
411
### Examples
512
A button with a tooltip
613
```html

0 commit comments

Comments
 (0)