Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Material-Button ripple-effect can't be seen #328

Closed
sirdlx opened this issue Sep 26, 2014 · 2 comments
Closed

Material-Button ripple-effect can't be seen #328

sirdlx opened this issue Sep 26, 2014 · 2 comments
Milestone

Comments

@sirdlx
Copy link

sirdlx commented Sep 26, 2014

When you include a 'material-button' in the angularjs 'ng-repeat' directive you are unable to see the ripple. Everything complies and render like it should.

Correction - I thought it had to do with repeat. Looks like its more of a re-flow of the items I have on a page using ng-repeat

Before:

<material-button class="material-button-fab material-theme-light card-button-play">
    <span class="fa fa-play card-button-play-icon"></span>
</material-button>

After:

<material-button class="material-button-fab material-theme-light card-button-play" tabindex="-1" aria-label="">
    <button class="material-button-inner">
        <span class="fa fa-play card-button-play-icon"></span>
    </button>
    <div class="material-ripple-container"></div>
</material-button>

Using dev-tools, if I delete <button class="material-button-inner">... I can then see the ripple-effect. I have a plunkr and youtube video to help explain my experience.

YouTube | Plunkr

Using Chrome version 37.0.2062.124

@ajoslin
Copy link
Contributor

ajoslin commented Sep 30, 2014

I don't see any problems in the plunkr?

@ajoslin ajoslin added this to the 0.4 milestone Sep 30, 2014
@ThomasBurleson
Copy link
Contributor

I see the ripple in the Plunkr. Unable to reproduce this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants