-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-fab-toolbar - strange margin #3390
Comments
Any chance you could provide a Codepen so I can debug the issue a bit further? |
@topherfangio I'm also facing same problem here's the codepen http://codepen.io/anon/pen/GJOwaM |
change
to
Please close this issue. |
@EndymionUSA is definitely correct, you should use On the example, I'm seeing the house icon appear above the FAB even when the toolbar isn't visible. I'll look into this a bit further, but it's possible it has been fixed with some other recent updates. |
Quick note, in master/0.11.0 we have made some breaking changes to make the fabToolbar better conform with the options in fabSpeedDial. Instead of manually setting the class, you should now use the Example:
This should fix this issue once #4185 gets merged. |
… expression. Fix `md-direction` attribute to use the correct scope initialization. Fixes angular#3390. Closes angular#4185.
Hi!

I've put md-fab-toolbar in my ui-router template and this happens:
Template is in:
md-content
div layout="column" ui-view
/div
/md-content
In template md-fab-toolbar is next to table in div.
This happens also when I put this element outside ui-view.
The text was updated successfully, but these errors were encountered: