Skip to content

Commit

Permalink
docs(speedDial): Add troubleshooting section.
Browse files Browse the repository at this point in the history
There is currently a need to use `ng-cloak` on the parent container
of the speed dial.

Add a "Troubleshooting" section to the documentation which notes
this issue.

Fixes angular#6111.
  • Loading branch information
topherfangio committed Jan 20, 2016
1 parent bf78b0c commit 59add6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/fabSpeedDial/fabSpeedDial.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
* space where the actions will appear, you must also add the `md-hover-full` class to the speed
* dial element. Without this, the hover effect will only occur on top of the trigger.
*
* See the demos for more information.
*
* ## Troubleshooting
*
* If your speed dial shows the closing animation upon launch, you may need to use `ng-cloak` on
* the parent container to ensure that it is only visible once ready. We have plans to remove this
* necessity in the future.
*
* @usage
* <hljs lang="html">
* <md-fab-speed-dial md-direction="up" class="md-fling">
Expand Down

0 comments on commit 59add6e

Please sign in to comment.