I\'ve got a page in my AngularJS app in which I would like to include the same html partial, but with different variables. If I do this in my main html:
html
I had the very same problem and I found a way to achieve what I wanted of course it does not look very pretty but still.
I used the ng-repeat which will create a new scope to include the very same template twice with different values like so (dummy example):
...
Is that acceptable? I guess so.