phonegap - send sms to a number using angularjs -


i have used code send sms in mobile app using angularjs. <a ng-href={{'sms:'+data.mobile1}}><i class="material-icons">message</i></a> not working. can me?

you have bind ng-href following way

ng-href="sms:{{data.mobile1}}" 

Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -