File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ import {MdMenuModule} from '@angular2-material/menu';
2727export 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+ ```
35+
3036### Simple menu
3137
3238In your template, create an ` md-menu ` element. You can use either ` <button> ` or ` <anchor> ` tags for
Original file line number Diff line number Diff line change 11# MdTooltip
22Tooltip 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+
11+
412### Examples
513A button with a tooltip
614``` html
You can’t perform that action at this time.
0 commit comments