Hi onlyOneUrl, So, you are replacing and transcluding an repeated directive with an isolate scope? You should drop the replace, it does not add any value to your directive, it only complicates things! And it's deprecated by the core-team anyway! If you transclude an element, the inner HTML gets the scope of the parent of the element. that HTML can not access your isolate scope. The only html that can do that, is the html in your directives template.
Does that help a bit? If you would put up a plunker illustration your issue, I'm fairly sure you will get a bit more help in here! Regards Sander -- 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.
