just start to learn emberjs, appreciate your help!
There is a similar question raised for angular.js and answered (AngularJS : Insert HTML into view), however I can not find an answer using emberjs.
say I have {{A}} in template, and A = "html fragment" , defined in app.js. for example a html fragment as below:
<a href="www.google.com"> Go to Google! </a>
if i render the {{A}} in the view I will get exactly the string of that "html fragment" , however I wish there is a way that i could tell emberjs to render {{A}} as html.