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 did this using ngBindHtml by following angular(v1.4) docs,
and expression can be "render me please"
Make sure you include ngSanitize in the module's dependencies. Then it should work fine.