Page 2 of 3
Bootstrap and Angular.JS - send email button
Posted: Tue Aug 25, 2015 6:55 pm
by jmd2004
I don't understand. The bellow code works in jsfiddle but not in my "scope function" Any thoughts?
var url = "[url=https://acme_corp.com/run.aspx?scriptName=jd_scriptl&bus_no=123&scriptId=773]https://acme_corp.com/run.aspx?script...[/url]";
var request = new XMLHttpRequest();
request.open("GET", url, false);
request.send(null);
if (request.status === 200)
{
alert(request.statusText);
}
Bootstrap and Angular.JS - send email button
Posted: Tue Aug 25, 2015 9:30 pm
by jmd2004
The above function works in angular.js when run on js.fiddle. any idea what i'm doing wrong.
the function name is click_to_dial
ng-click = click_to_dial()
Bootstrap and Angular.JS - send email button
Posted: Tue Aug 25, 2015 9:31 pm
by jmd2004
Hi Yuri - any thoughts to why this works on js.fiddle and not on appery.io?
Bootstrap and Angular.JS - send email button
Posted: Wed Aug 26, 2015 5:11 am
by Illya Stepanov
Could you please show us with screen shots what exactly you have done in Appery.io?
Bootstrap and Angular.JS - send email button
Posted: Wed Aug 26, 2015 3:55 pm
by jmd2004
Bootstrap and Angular.JS - send email button
Posted: Wed Aug 26, 2015 3:55 pm
by jmd2004
Hi Illay - thanks for your help! I have attached the screenshots bellow.
Bootstrap and Angular.JS - send email button
Posted: Thu Aug 27, 2015 9:30 pm
by jmd2004
Any Thoughts? I would greatly appreciate your feedback.
Bootstrap and Angular.JS - send email button
Posted: Mon Aug 31, 2015 12:59 pm
by jmd2004
Hi Illya - screenshots posted bellow. Any idea why this works on jsfiddle and not appery.io?
Bootstrap and Angular.JS - send email button
Posted: Mon Aug 31, 2015 6:09 pm
by jmd2004
Can i get some help with understanding why the above query works in js.fiddle and not appery.io?
Bootstrap and Angular.JS - send email button
Posted: Mon Aug 31, 2015 10:59 pm
by jmd2004