Hi I am new to Angular JS.

I need to some help on understanding this code please help me in this:

*var abc = { value: abcValue };*
>
>
>> *$http.get(url, { params: abc })*
>
> *                .then(function (result) {*
>
>                     
>
> *                    return result.data;*
>
> *                });*
>
>
1) Here what is assigned to variable abc ?
2)What is that format *{ value: abcValue };*
*3)If get accepts only one argument what is the **params: *represent which 
is inside get function.

Please enlighten.. 
Thanks

-- 
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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to