Ionic Material How To Get Animations To Work

How do I get the material animations to work in ionic material? I have added in the ionic.material.min.css and ionic.material.min.js files and injected the dependency ‘ionic-material’ into the app. I have also injected ionicMaterialInk and ionicMaterialMotion into the main controller.

I have then called the following methods within the main controller

ionicMaterialInk.displayEffect();

ionicMaterialMotion.pushDown({
    selector: '.push-down .button'
});

But on button presses or selections I don’t get the ripple effect, please assist

I am also getting same problem.
Tried this solution also:


But not works for me.
Please assist.