Base solution for your next web application
Open Closed

AngularJs + SlimScroll #3162


User avatar
0
dmali created

Hi,

we are tying to use SlimScroll in our project, but for some reason it's not working correctly.

In app.js file from metronic theme everything looks ok.

even if we call App.initSlimScroll('.scroller') doesn't work always.

Does anyone know where the problem is?

thx


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Does it work when you run it on browser's console after page is loaded ? If so, you might need to call it with a settimeout or there must be a directive named "ui-jq", you can search the project for it's usage.

    Thanks.

  • User Avatar
    0
    dmali created

    with ui-jq is working perfectly.

    thnx

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :)