Aw okay, so that's why all directives templates must be single rooted I 
guess ?

I'll try to implement your solution and I'll tell you.

Thanks !

On Wednesday, 2 July 2014 08:07:21 UTC+2, Sander Elias wrote:
>
> Hi Charly,
>
> Wow, that’s a lot of code ;)
> Ok, if you don't do the multiroot addition, but use a single root 
> template, a single $compile will work.
> However, your problem is still there, it seems not related to the double 
> compile. I did not have time to go over
> all of your source to find the actual culprit!
> But at least it looks like this plunk 
> <http://plnkr.co/edit/547x17Cl0nekmIS8194I?p=preview> is solving your 
> double compile issue.
>
> Multiroot:
>
>    <p>...<p>
>    <p>...<p>
>    <p>...<p>
>
> Single root:
>
>    <span>
>      <p>...<p>
>      <p>...<p>
>      <p>...<p>
>    <span>
>
> ​
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to