What I know is when I want to insert HTML into view, I use \'ng-bind-html\' or \'ng-bind-html-unsafe\'.
\'ng-bind-html\'
\'ng-bind-html-unsafe\'
What I don\'t know, is how to inser
If you have a finite number of options for the elements in the repeat, you could use ng-switch instead or ng-include if the HTML is from the server.