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

Pure javascript AngularJS directive to make elements stick when scrolling

Results 12 angular-sticky issues
Sort by recently updated
recently updated
newest added

This actually does stick properly inside scrolling divs. All that remains is getting the positioning right for positioning the elements with css transform: translateY since position fixed doesn't work in...

Unless I'm totally misreading the docs, there doesn't seem to be a way to make elements stick within a scrollable area that isn't the main area. That's probably a pretty...

enhancement

I volunteer to help maintain this project. Lmk.

When using angular sticky directive in project, found the bug with page scrolling at new element on page adding. It was because throttledResize function triggered even if window not actually...

Love this plugin and I am using this in my Angular 1.5.9. and it works. However, I want to know if something like this possible. I want the sticky element...

Hi. I use this code for program usage of angular-sticky and add resize into events. `resize` events working, but sticky elemen not rerendered. Only after scroll it fix position: ```js...

Layouts often need a custom z-index and it's currently hard-coded.

When using this plugin, the page jumps down about 50px when clicking any element (or body) once the container is "stuck".

function elementWidth() { return container ? container.clientWidth : nativeEl.offsetWidth; } might be better

Noticed this bug when opening a small popover when the sticky element (table header in my case) was sticky and the placeholder for the sticky element is completely out of...

help wanted