html:
<body id="app">
<md-button>
Yo
</md-button>
</body>
Looks:
Why is the button set to 100% height? It should look like an inline element according to the materials documentation here.
Also, why aren't the material directives using the replace option?
In the materials documentation, all directives are replaced with templates. What could be causing this discrepancy?