Hi Sander,

Thanks for your input.  Question, how to pass a FORM input value as a 
parameter for the $http target URL?
For instance, I have this field, <input type="text" name="myID">
then AngularJS code
...
 $http.get("http://myServer/checkID.cfm?pid=";)
.then(function (response) ...

What I'd like to do is to pass the newly inputted value for the FORM myID 
field for the pid parameter for the URL.  Possible?  If so, how?


On Wednesday, July 6, 2016 at 1:11:23 AM UTC-4, Sander Elias wrote:
>
> Hi Don,
>
> Then you need to look at the promoise based NG1 version of $http 
> <https://docs.angularjs.org/api/ng/service/$http>. You probably also want 
> to use ngSubmit.
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to