angularjs-scroll-glue
angularjs-scroll-glue copied to clipboard
re-enable scroll glue
If a user scrolls, say, a horizontal block to the middle, scroll glue is suspended (i.e. turned off). How can I programmatically, if I add new horizontal content to the block, re-enable scroll glue?
Setting scrollTop or scrollLeft manually on the container should work. What values need to be set depends on the isAttached in use.