Hi Billy,

Switch to component structure, it's a better way to solve issues like this.
The best solution to this is to pass in the `formTimes` array as an extra 
"argument" (read attribute) to your directive (should really be a 
component). 
Also you are creating a template trough string concatenation,  where a 
ngRepeat in a normal template would be much easier to build and maintain.

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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to