I have this in an HTML table:
<td><strong>{{item.title ? item.title : "<p style='color: grey'>select this item to edit</p>"}}</strong></td>
Unfortunately this does not have the effect that I thought it would.
It seems like the '<' bracket breaks the angular binding to the data.
I'm not sure how I should make this expression work.. any help would be appreciated.