lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications

Home Page:https://ui.lumapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ripple.height is not a function

opened this issue · comments

I've try to use lumx in my app. This is my index.html
1ns2a
However, I got a error when click on an button:

ripple.height is not a function

b932k
This is my module:
qkshf

Was able to fix this by adding the following:

    <script type="text/javascript" src="lib/node_modules/velocity-animate/velocity.js"></script>
    <script type="text/javascript" src="lib/node_modules/velocity-animate/velocity.ui.js"></script>

LumX depends on velocity, as you can see here :

"velocity": "latest",

You have to install all dependencies by running bower install lumx, as stated in the README.

This issue should be closed.