asafdav / ng-scrollbar

A custom scrollbar written in pure AngularJS
MIT License
187 stars 70 forks source link

Angular Material #50

Open m33ch opened 8 years ago

m33ch commented 8 years ago

Hi all,

thank you for this package!

I need to apply it on angular material. I tried to add inside md-content directive but don't work.

Someone has already tried?

Thank you

alexpireddu commented 8 years ago

Hi, try in controller rebuild scrollbar in this way:

$timeout(function(){ $rootScope.$broadcast('rebuild:me'); });

Try also with different time if not run.