Hi,
I Need a suggestion from you. actually i want to find out where did you handle the $http service response and request. I found where you handle the response but i failed to find out where did you handle the request. just want to know how did you pass the parameters to the services via $http service. so kindly give a solution in which js file the request are handled.
Thanks
3 Answer(s)
-
0
Hi,
Need a explanation ASAP....Based on this we have to do a lot.so kindly make it soon.
Thanks
-
0
Hi,
All $http requests are intercepted in abp.ng.js file (it's here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/src/Abp.Web.Resources/Abp/Framework/scripts/libs/angularjs/abp.ng.js">https://github.com/aspnetboilerplate/as ... /abp.ng.js</a>). You can check it. But don't change it since it maybe upgraded in next releases (it's released with Abp.Web.Resources (<a class="postlink" href="https://www.nuget.org/packages/Abp.Web.Resources">https://www.nuget.org/packages/Abp.Web.Resources</a>) nuget package). If you need to customize behaviour, just override related methods.
Have a nice day.
-
0
Hi,
Thank you so much. Thanks a lot..
have a nice day