I have the following code
var input = '<div class="form-group">{{variable}}</div>'
I have the above code which is written inside the controller. I want to push this element into the view and i want this variable value to bind from the controller ,but it is simply printing the same as {{variable}}
. Can anyone tell me how to do this??