I am trying to use the geo: uri in Cordova. It works when I do something like:
<a href="geo:0,0q=12345+jefferson+st">link1</a>
but if I do something like with angular:
<a ng-href="{{location}}">{{location}}>link2</a>
and
location = "geo:0,0q=12345+jefferson+st";
it will not work. Any ideas?