jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

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);
}

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

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()

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Hi Yuri - any thoughts to why this works on js.fiddle and not on appery.io?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Bootstrap and Angular.JS - send email button

Could you please show us with screen shots what exactly you have done in Appery.io?

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Hi Illay - thanks for your help! I have attached the screenshots bellow.

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Any Thoughts? I would greatly appreciate your feedback.

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Hi Illya - screenshots posted bellow. Any idea why this works on jsfiddle and not appery.io?

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Can i get some help with understanding why the above query works in js.fiddle and not appery.io?

jmd2004
Posts: 1
Joined: Wed Jan 28, 2015 7:06 pm

Bootstrap and Angular.JS - send email button

Please help!

Return to “Issues”