Angularjs fancy scrollbar

17,546

Solution 1

I know this post is a bit old and I guess it won't help you, but someone might find it useful. I just released a new directive that does exactly what you were looking for, It's a pure AngularJS scroll bar with no jquery dependencies.

https://github.com/asafdav/ng-scrollbar

Hope it helps someone.

Solution 2

You can try angular-perfect-scrollbar. It's angular directive for perfect-scrollbar.

Solution 3

There is not a "fancy scrollbar" built into Angular Bootstrap.

I am not aware of any other options.

You could build your own :

http://www.ng-newsletter.com/posts/directives.html

http://docs.angularjs.org/guide/directive

http://css-tricks.com/custom-scrollbars-in-webkit/

You are going to run into a lot of cross browser compatibility issues though since styling controls like that is problematic at best.

Share:
17,546
Amritpal singh
Author by

Amritpal singh

PHP Developer

Updated on June 07, 2022

Comments

  • Amritpal singh
    Amritpal singh almost 2 years

    I am using Angular directives for Twitter Bootstrap for my product. There are many directives available in that for UI but I am unable to find Fancy scrollbar UI anywhere.

    Fancy scrollbar capture
    Is there any directive build in angularjs for fancy scrollbar. Please suggest.

    • JB Nizet
      JB Nizet over 10 years
      And what is "fancy scroll"?
    • Amritpal singh
      Amritpal singh over 10 years
      I am Sorry. It's SCROLLBAR. I have edited my question. Please see the image. Check this jquery-custom-scrollbar.rocketmind.pl/basic.html for what actually I need.
  • Amritpal singh
    Amritpal singh over 10 years
    Thanks for your answer. But I need without the dependency of jQuery.