On the HTML page (with Angular 1.2) I am displaying the button
<a href="www.google.com" class="btn btn-default">
Hello
</a>
It looks normal in browser, but when I print it (from Chrome or Safari) I see what the URL is printing, against my intention, as below:
Hello (www.google.com)
How do not print the naked URL in href?