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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -