Shlomi Asaf
Shlomi Asaf
+1 Simple example, clean without external noise is required. One with Pug has template`s lang, and complex UI that confuse and adds noise.
Actually right now I discovered my problem. 2 elements that messed up with my UI where actually - Overflow:Hidden for my Body,HTML, and Height:100% for a page container. I have...
Maybe its a good idea to reopen this issue, since /useElementScroll: true/ did not worked as expected. Maybe its wrong implementation of mine, or maybe its a new issue.
Thank you @diegolameira ! This small line (how to install a specific branch) saved me lots of time. Thank you!
refreshiScroll() will only work if its configured in your scope. What it actually does is ``` $scope.$parent.myScroll['scroller'].refresh(); ``` I refer to scroller, since referring to wrapper its an error in...