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
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
If we could give it the jquery selector for the parent container we could watch the parent container for changes to height and recalculate. This would allow changing the height on the fly which is something I am trying to hack together now.
I don't think I have resolved the issue with the directive compiling before it's parent. I believe I have run into the effects of that issue. I have a resolution in place (ng-if) which prevents the directive from rendering until the necessary data in the parent controller is present. I did, however, fix the issue with the throttle function not triggering the resize function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue also exists when directive compiles before its parent directives have set widths
The text was updated successfully, but these errors were encountered: