-
Notifications
You must be signed in to change notification settings - Fork 510
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
Directives inside ocLazyLoad directive not compiling #80
Comments
Was it in the DOM before the lazy loading, or is it loaded after ? |
Loaded after, as a template for a state/ui-view. I can not resolve the dependencies inside my states config because I defined a generic set of routes (like in MVC frameworks). |
Okay, I'll try to take a look at it. A plunkr would help a lot if you can. |
I wasn't able to create a plunkr, but I created a demo app so that you can inspect the problem here: http://deiweb.net/ocLazyLoad Thanks! |
Problem is not solved. Directives are still not compiled. |
Did you take the file from the src folder (not the dist), in master (this one: https://github.com/ocombe/ocLazyLoad/blob/master/src/ocLazyLoad.js)? |
I've made the same change as in 61fd4dd pull request, earlier today and the only thing that was fixed was the error about duplicate loading of directives. But the compiling is still not done in the first place. |
Oh yes sorry, I added the wrong bug id in the commit, the PR was not supposed to fix that one. Thanks for checking, I still need to fix this bug :) |
Hi,
I noticed that directives that are placed inside an element that defines ocLazyLoad directive are not compiling.
View:
Debugger:
The testString get's displayed (defined in controller) but the directive's controller never gets fired.
Thanks!
The text was updated successfully, but these errors were encountered: