@Scott_Newcomer wrote:
One item many Ember developers are taught is that dynamic content rendered in our handlebars files are escaped and we can use html-safe or triple curlies to render avoid escaping and render HTML fragments. However, how does Ember parse the html source code as a string into a DOM document? I assumed something like DOMParser but have yet to come across this in underlying Ember templating libraries.
Posts: 1
Participants: 1