Concatenate scope variable with html string

I have the need to concatenate a scope variable with a html text string within a controller and don’t know how to do it. I have a scope variable that does get successfully passed to the controller.

“Left side of html markup text " scope variable text goes here " right side of html markup text”

I’ve left off the html markup

Lookup ng-bind-html

or you just need it like this {{sample.scope}}