oops, yes, the repeat was ment to be on the <li> but no, i cant change it to reference items, otherwise it isnt really using the directive (which is the excercise here). thanks anyways
On 21 May 2014 17:01, Daniel D <[email protected]> wrote: > Hey Tony, > > Not sure if this is what you're after, but if you restructure your > ng-repeat="item in data" to ng-repeat="item in items" and move it to the > <li>, you can then pull in your key's and value's and see them all listed. > Hope this helps. Again, sorry if this doesn't help you out. > > > On Wednesday, May 21, 2014 12:06:19 PM UTC-7, tonypee wrote: >> >> using templateUrl i can add the content of my directive, but if i wanted >> (hypothetically) to use transclude to add the markup, what am i doing wrong >> here? >> >> http://plnkr.co/edit/0YqW4av9Vyou8wV4YxN7?p=preview >> >> >> >> -- >> Tony Polinelli >> >> -- > 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. > -- Tony Polinelli -- 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.
