noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications
https://noeldelgado.github.io/gemini-scrollbar/
MIT License
429 stars 63 forks source link

Update scrollbars in angular app #39

Closed hellofantastic closed 7 years ago

hellofantastic commented 7 years ago

So I have included the gemini scrollbars js in the index.html of an angular app. They work on first visit to the view they are in... but then navigate to a different view and come back to the view they are in and the scrollbars are gone. How would I re initialize them ?

hellofantastic commented 7 years ago

So I fixed this by making a directive that calls an update in an outside js file on routchangesuccess