I know I am probably missing something here. I am trying to align md-icon and some text vertically, right now the word "sample text" displays below the icon.
<div>
<md-icon>home</md-icon> Sample Text
</div>
Output:
I did try playing around with vertical align on the Sample Text using a span but couldn't get anything working and felt kind of hacky anyway.
Anyone know how to get this effect?