Is it possible to create an HTML fragment in an AngularJS controller and have this HTML shown in the view?
This comes from a requirement to turn an
Just simple use [innerHTML], like below:
[innerHTML]
Before you needed to use ng-bind-html...
ng-bind-html