I'm going to be consuming a feed that has HTML embedded as part of the data. How can I have my template (specifically for ListView) directly render the html instead of spitting out the string content?
I've tried a few things mixing and matching custom templates but with no luck. Help appreciated
var dataExample = [ { name: "Example", description: "Embedded <strong>html</strong> in property" }];I've tried a few things mixing and matching custom templates but with no luck. Help appreciated