If I have a quote in the title of a field I am passing to an oData query, like:
Bob's Farm Then I do a string replace like this: Bob%27%27s Farm And when I use this value directly in the browser for oData query it works. But when I pass that value into Angular's http.get, for some reason it converts it to this: Bob%27s%20Farm and then returns an error from oData. -- 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/d/optout.
