Open carpogoryanin opened 6 years ago
You could use angular.element(document.body).injector().get('hlStickyElement')(stickyElement).draw()
On my page doesn't recalculate the correct height of the containers, but on your page maybe will work :)
PS: stickyElement I assume that is an Angular Element type already initialised.
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:Do you have some ideas what wrong?