I'm invoking a REST service that returns a boolean as JSON. The response Content-Type header is "application/json". The raw text of the response is: false Note there are no quotes around it. When I get the value in the success method, it is the string "false". Shouldn't I get the boolean value false?
-- R. Mark Volkmann Object Computing, Inc. -- 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.
