Hi Yogi,

you did put this in your HTML: 
data-ng-src="'partials/' + issue.status + '.html'">

as you did put in a literal sting the actual result src tag will be: 
'partials/' 
+ issue.status + '.html'. There is nothing in html that can evaluate that 
expression.
did you try putting {{}} around it? Making it an angular expression might 
help a bit.

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

Reply via email to