ng-scrollbars
ng-scrollbars copied to clipboard
Angular wrapper of Malihu's jQuery Custom Scrollbar
Hello, We use you solution on the site of our customer. So, we found a problem. There is list of the element, which we scroll, like [http://prntscr.com/cako8l](url) When user has...
My angular app has a long loading time (15-20s!) which I identified is caused not by fetching data from API but the scrollbar loading on the page. Until the scrollbar...
inside ngDialog, ng-scrollbars adding classes but scroll not appearing... is there any way to solve this.
0.0.11 from https://www.npmjs.com/package/ng-scrollbars looks more like 0.0.9 or 0.0.10 Please update. Probably it needs version bump to 0.0.12 across every distribution to synchronize them.
Hi! Just noticed whilst using this code myself, that the step **4.a** of the **Usage** section in the README file, has an little typo, making a configuration object malformed. Should...
why bower install ng-scrollbars didn't install the version ?
I have configured scrollbar with following configuration. On controlling with tab the scrollbar disappears and comes back again if I press tab again. This appears on IE edge only. $scope.configScrollBar...
In my `HTML `page, I have an `HTML Table `in which I have multiple rows. And the table having a scrollbar. Now if I use browser's native scrollbar and then...
create a mdDialog ( angular material dialog), and apply ng-scrollbar to it . only default browser scroll will work
I have some default config thus: ``` ScrollBarsProvider.defaults = { ... , "mouseWheel": { "scrollAmount": 100 , "preventDefault": true ... } ... } ``` Then in a specific instance I...