The side menu is empty if the templateUrl content include inner directives
idanb11 opened this issue · 2 comments
idanb11 commented
Hi @dbtek , great job.
I'm trying to use this library, but if I include directives in the templateUrl content- the side menu is empty.
The directive I'm trying to use in the templateUrl content is Accordion which is part of the augular-ui library.
any help will be great.
Idanb11
dbtek commented
Hi @idanb11,
I think it's related to something else. I successfully used accordion inside aside. You can see it in this plunk.
idanb11 commented
OK, I see.
My problem is because I'm trying to access something from the main controller scope inside the templateUrl content