Apologies if this has been raised before but a bit of Googling didn't turn anything up.
I have an animation on an ng:repeat directive. This fires fine if the ng:repeat is shown via a ng:show directive, however if it's embedded under a ng:if or ng:switch directive then animations don't fire. I assume this is something to do with the detached dom / isolate scope. What are the workarounds for this? I'd like to keep the sequential fade effect on the ng:repeat but conversely, I don't want to actually try to render the list until I've got content for it as I do some operations on items in the list that assume some content will be there. Is their something in the pipeline for fixing this? (a link to a Github ticket would be great if it exists) Sam -- 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/groups/opt_out.
