How to make text selectable in ionic?

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.

How can I make text selectable?

I cannot select in chrome and ios device