GET url 400 (Bad Request) or any get url error. How to ignore the error?
$http.get(res.getQNUrl(domain, key, "exif"))
.success(function(data){
$scope.imageExifMap[key] = data
}).error(entry.onError)
e.g.: http://tratao-public.qiniudn.com/c851b00c127146997f017bb899bb9bb8.jpg?exif
it will get
{"error":"no exif data"}
Chrome get error: GET http://tratao-public.qiniudn.com/c851b00c127146997f017bb899bb9bb8.jpg?exif 400 (Bad Request)