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)
-
0
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.
-
0
with ui-jq is working perfectly.
thnx
-
0
Great :)