Hi
From angular, I'm calling the get method of my controller with the following code
$http.get('/api/mycontroller/get', config).then(successCallback, errorCallback);
My question is how can I get the "config" object in my controller?
Thanks
Hi
From angular, I'm calling the get method of my controller with the following code
$http.get('/api/mycontroller/get', config).then(successCallback, errorCallback);
My question is how can I get the "config" object in my controller?
Thanks