Hi,
I have an app that displays dates as MM-DD-YYYY (example: 11-11-2014). Please note that this display format was not my choice. The HTML is very simple: It is very simple:
<div>11-11-2014</div>
On iOS the date is displayed as a link “11-11-2014” as a link.
On Android it is displayed correctly.
Is there some way that I can disable the link?
cordova: 4.0.0
ionic: 1.2.8
Thanks,
Joe