You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently facing the problem that ui-scroll is not working as expected if I don't use a fixed height with ui-scroll-viewport.
I am using the plugin for different feeds in my app. For example:
--- Top Nav ---
--- Feed ---
--- Bottom Nav ---
or
--- Top Nav ---
--- User Profile ---
--- User Feed ---
--- Bottom Nav ---
Because of this setup I need a dynamic list height. After removing ui-scroll-viewport my posts are loaded as expected when I scroll down but the DOM is growing and growing without destorying the invisible elements.
I am using version 1.3.3 with angular 1.3.2. Is there any solution for my problem?