hi guys i have this problem,
in my application i have write a get method like that
http.get(url)
.success(data){}
error(data,status){
alert(status);
}
everything going fine except the error case, when i get an error code
status, the alert always print a 404 code, but if i control the console or
firebug i see somthing else, somtimes a 500 status or others, what am i
doing wrong?
--
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/groups/opt_out.