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
Hi there, I was hoping someone could give me a heads up regarding this issue:
When using an inline template like in the provided plunker the tree directive works fine. But if I switch the inline template to an html file using templateUrl I start getting an infinite digest.
Interested as well. Also, it looks like the issue occurs whether you use RecursionHelper or not (if you comment it out you still get the Infinite Digest)
Well, unfortunately angular-recursion did not solve our problem.
We ended up typing inline the recursive directive template, appending and compiling it manually on the directive's link function.
Definitively a really hacky way:
Hi there, I was hoping someone could give me a heads up regarding this issue:
When using an inline
template
like in the provided plunker the tree directive works fine. But if I switch the inline template to an html file usingtemplateUrl
I start getting an infinite digest.Can someone explain me why is this happening? Is there a workaround? My template is to complex for using it inline.
Thanks in advance,
Leo.
The text was updated successfully, but these errors were encountered: