iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

$compile doesn't generate scrollbar DOM elements properly. #36

Open techlead95 opened 8 years ago

techlead95 commented 8 years ago

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 not generated.

image

Works fine which is not generated without $compile. image

Please let me know if I'm doing something wrong. Thank you!