-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
du-scrollspy not working with dynamic content #154
Comments
Also encountering this issue! Setting something dynamically simply results in |
1+ |
Hi guys, This is probably easily fixed by an |
In case this helps I had a similar issue but realised that due to the way I had my ui-views and components setup the component that contained the scrollspy was being initialised twice. The weird thing was that although the components template was replaced the scrollspy directive only ran the first time - it therefore referenced a different element (one that had been replaced). |
I fixed it in #187 |
Thanks for this awesome plugin.
I am trying to use this with a list of navigation links and goes to a list of div with ids dynamically populated.
This is my code below,
I tried various combinations like
but no luck.
I found this similar plunker and I see it not working.
Not sure what is going wrong here.
http://plnkr.co/edit/RlNCNvOQAc1hmoCPlTTo?p=preview
The text was updated successfully, but these errors were encountered: