jdanyow / aurelia-breeze-northwind

A Northwind demo using Aurelia and Breeze
http://jdanyow.github.io/aurelia-breeze-northwind/
MIT License
92 stars 35 forks source link

wave effect makes buttons white #4

Closed flieks closed 9 years ago

flieks commented 9 years ago

small bug: the wave effect doesn't fade out after a while. When clicking alot on same button it becomes white.

flieks commented 9 years ago

sorry my mistake. i think i had to add

 s.subscribe('router:navigation:complete', message =>{
            // Enable the materialize "waves" effect on the new page.
            (<any>window['Waves']).displayEffect();
}

which fixed it. thanks