Open m33ch opened 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.
md-content
Someone has already tried?
Thank you
Hi, try in controller rebuild scrollbar in this way:
$timeout(function(){ $rootScope.$broadcast('rebuild:me'); });
Try also with different time if not run.
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