AngularJS directives with async content
Posted
by
SirDavik
on Stack Overflow
See other posts from Stack Overflow
or by SirDavik
Published on 2014-08-20T09:56:20Z
Indexed on
2014/08/20
10:20 UTC
Read the original article
Hit count: 172
I'm generating a dynamic number of Google Charts tables after receiving the content through an ajax request and I wanted to apply an accordion effect on them. I wanted to know if I could do that with directives (since if I just code render the angular tags they won't get interpreted).
I don't need a code example, just a short answer to see if I should learn directives or if I should do it in a different way (I was thinking routeParams).
Thanks!
© Stack Overflow or respective owner