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.
- Example using an inline template: Plunker
- Example using html template: Plunker (Throws 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.