0
votes
1answer
128 views

$http error handling in angular

$http in my angular project not able to recognize 40X(401,403,405...) errors on iOS. I am using 1.2.10 angular version and Cordova version 3.4.0. Below is the code I am using: ...