This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-ripple-container not present #1595
Closed
Description
I have installed angular-material using bower and I am trying to create a button with a rippling effect, just like in the demos.
My code looks like this
<md-content layout layout-fill>
<md-button>
submitLogin
</md-button>
</md-content>
When I've inspected the elements from the demos and my element, I saw that there exists a div in the demos
<div class="md-ripple-container"></div>
that is not present in my button.
Could this be a bug or am I missing something here?