ng-scrollbars icon indicating copy to clipboard operation
ng-scrollbars copied to clipboard

Angular wrapper of Malihu's jQuery Custom Scrollbar

Results 41 ng-scrollbars issues
Sort by recently updated
recently updated
newest added

Getting Uncaught TypeError: Cannot read property 'opt' of undefined in jquery.mCustomScrollbar.js:1791 line.

I received a [question on my website](http://www.minh.io/tech/2015/01/11/angularjs-scrollbars-with-malihu) so I'll like to move the conversation here as I can upload images and examples. The question asked by "ZooKeeper" was: > Nice...

question

Hey, is there a way I can set the height dynamically when the window resizes? I am running into issues with the scrollbars object updating.

If using the scrollbars in a menu for example, clicking on the buttons of the scrollbar may result in closing the menu instead of scrolling inside it. So could you...

Hi, @iominh I really appreciate your amazing scrollbar. It works fine except for one. It works fine unless I use $compile. If I use $compile, the vertical bar part is...

Hello ! Nice plugin, but I would like to use it for the whole page, so body or div below body to scroll the whole page. Is there a way...

For native scrollbars, `shift`+`mouse scroll` usually scrolls the x-axis scrollbar. This isn't true for this directive.

In the latest version ngScrollbarsConfig is considered a function and it breaks the code if (scope.ngScrollbarsConfig) { config = scope.ngScrollbarsConfig(); }

Recently a user had to use ng-scrollbars within another directive but the Malihu scrollbars were not added because of the other directive's compilation where the scrollbars were added when there...

i cant seem to get it working whenever i put position:fixed on the nav bar (or its container) (i want to scroll inside the fixed nav-bar on the left- see...