I need help to change the color of a specific part of a text. It's the following, I have a string that I broke into several separate sentences to get the relevant phrases. The sentences are of tuple format (phrase, relevance). I want to concatenate the string again but, in html, change the color of the parts that have relevance 'yes'. Is it possible to do this within the same div? I'm using AngularJS.