I am trying to pass a ng-repeat inside the
$sce.trustAsHtml("<p ng-repeat='panel in panels'>{{panel.displayName}}</p>")
Is this the right way to do it? I would like to use the result assigned to ng-bind-html.
I am trying to pass a ng-repeat inside the
$sce.trustAsHtml("<p ng-repeat='panel in panels'>{{panel.displayName}}</p>")
Is this the right way to do it? I would like to use the result assigned to ng-bind-html.