diff --git a/src/components/fabSpeedDial/demoBasicUsage/index.html b/src/components/fabSpeedDial/demoBasicUsage/index.html index 1c056239f75..906690dbca7 100644 --- a/src/components/fabSpeedDial/demoBasicUsage/index.html +++ b/src/components/fabSpeedDial/demoBasicUsage/index.html @@ -29,7 +29,7 @@
-
+
Direction @@ -40,7 +40,7 @@
-
+
Open/Closed @@ -49,7 +49,7 @@
-
+
Animation Modes diff --git a/src/components/fabSpeedDial/demoMoreOptions/index.html b/src/components/fabSpeedDial/demoMoreOptions/index.html index 79a12fe8534..d942d58ed04 100644 --- a/src/components/fabSpeedDial/demoMoreOptions/index.html +++ b/src/components/fabSpeedDial/demoMoreOptions/index.html @@ -1,36 +1,69 @@
+ + +

+ Test + Test + Test + Test + Test + Test + Test +

+
+

- The speed dial supports many advanced usage scenarios. This demo shows many of them mixed - together. + The speed dial supports many advanced usage scenarios. +
+ This demo shows many of them mixed together.

-
- - - - Menu - + + + + Menu + + + + + +
+ + + {{item.name}} + + + - - - -
- - {{item.name}} - - -
-
- -
+
+ +
- -
+ +
+

Tooltips

+ +

+ Each action item supports a tooltip using the standard approach as can be seen above. +

+ +

ngHide

+ +

+ The speed dial also supports hiding using the standard ng-hide attribute. View + the source to see how to apply the animation effect. + + + Hide the speed dial. + +

+

ngRepeat

@@ -43,53 +76,39 @@

ngRepeat

that wraps your items.

-
-

$mdDialog

+ +
+

Hovering

- You can also use the buttons to open a dialog. When clicked, the buttons above will open a - dialog showing a message which item was clicked. + You can also easily setup the speed dial to open on hover using the + ng-mouseenter and ng-mouseleave attributes.

-
- - - -
-

ngHide

- The speed dial also supports hiding using the standard ng-hide attribute. + If you want the user to be able to hover over the empty area where the + actions will eventually appear, you must also add the + md-hover-full class to the speed dial element. - - Hide the speed dial. + + Enable "full hover" mode.

-
-
-

Tooltips

- Each action item supports a tooltip using the standard approach as can be seen above. + Notice that in "full hover" mode, you cannot click on the last "Test" buttons on the toolbar + as they are hidden by the speed dial. See the example code and docs for more information.

-
-
- - -
-

Hovering

-

- You can also easily setup the speed dial to open on hover using the - ng-mouseenter and ng-mouseleave attributes. -

+

$mdDialog

- See the example code for more information. + You can also use the buttons to open a dialog. When clicked, the buttons above will open a + dialog showing a message which item was clicked.

-