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
Post a Comment