angular-scroll icon indicating copy to clipboard operation
angular-scroll copied to clipboard

Scrollspy, animated scrollTo and scroll events for angular.js

Results 55 angular-scroll issues
Sort by recently updated
recently updated
newest added

Angular Material applies an `offset-x` class when it detects an `offset="x"` attribute on an element. https://github.com/angular/material/issues/869 Both projects probably ought to namespace the use of attribute names.

The bottom spy functionality is great for taller pages with the last element being too short to reach the offset, but for pages where the content always reaches the bottom...

I'm using AngularJS with ngRoute and when I move from one view to another, I found that if the two consecutive views each have a scroll container with the same...

hi, @oblador . love it, but if consider support angular2+?

Hi! Thanks for your work on this. We have an issue where our page is essentially a component tree and we think the code is failing because the elements haven't...

Add a rejection handler (angular.noop) in the duSmoothScroll directive in order to prevent "Possibly unhandled rejection" errors with AngularJS >= 1.6 in case the user cancels the scroll animation. Steps...

Hello, for me the du-scrollspy work's just one time on loading. Any Idea what's wong on my code ? ``` > > > {{chapter.title}} > > > [...] > >...