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
you can also use ng-include.
you can use "ng-show" to show hide this template data.