angular-scrollspy
angular-scrollspy copied to clipboard
Target specific element instead on window
Hi!
Is there a way to target a container div instead of the window?
Thanks!
Hi @RitzBrio at the moment it doesn't, however the angular-inviewport directive that this library uses to detect the inviewport status does.
So it maybe possible with an update to simply pass a reference to a parent element to the inviewport directive.