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

I created a page that working with angular-scroll in order to scroll to specific element (by element id). It's working good. When I host this page within IFrame, the scroll...

What do I need to do to enable horizontal scrolling when using scrollToElementAnimated()?

Had a couple of usage complaints from certain use cases, mostly when using a Magic Mouse, where because the Magic Mouse has single finger scrolling when the user clicks the...

Hi! I want to dynamically change scroll icon. How can i get the id of the element currently scrolled?

I have links outside the ui-view (using ui-router here), and the scroll-container is the ui-view itself. It doesn't work. I'll assume it's probably trying to fetch some info from the...

It looks like you cannot have multiple du-scroll spy directives active at the same time. Image a TOC as follows. Only the first instance of ng-repeat will work with scrollspy...

It would be really handy to be able to delay the scroll by a timeout.

I could be completely wrong but it seems to me that this is making changes to the DOM via the controller? I thought we were only supposed to do this...

http://codepen.io/dmlb/pen/bwRGAQ **Issue Description** I have a page with hash (#section1, #section2, etc) links and normal route (/help,/about, etc) links When you click a hash link and get scrolled to that...

In my use case, I need the offset to be a variable, which can be set at run time. To demonstrate this, I have modified `examples/toc.html`. I have set the...