I'm using <div ng-bind-html="data.html"></div> to display a html content, but I found that the text in this div cannot be selected.
<div ng-bind-html="data.html"></div>
How can I make text selectable?
I cannot select in chrome and ios device