Hi everyone,
actually I want to use jQuery Sparklines in my table using the ng-repeat directive. A static 'sparkline' is working fine but as soon as I put them into a directive they won't be displayed.
Maybe there is a timing problem because you can see in this fiddle that the sparkline is rendered but without any data. So maybe the sparklines are called before angular rendered/modified the DOM.
How could I solve this problem? Using AngularUI was a good start, but unfortunatly the same problem occurs in ng-repeat.
Would it be possible to take hands on this process with an own custom directive using the compile/linking methods? I don't have any experience on that part of directives. Is someone able to explain these functionalities for dummys? :P
Thanks in advance,
mabu