I have a link in my announce.obj. But when I clicked it, it's giving me the wrong url (http://www./) in the browser.
html
<p>
<a ng-href="{{data.links}}" target="_blank">{{data.links}}</a>
</p>
data.links value
www.google.com
Should I add an https when saving my links in the db or something ?