Skip to content

Instantly share code, notes, and snippets.

@iesen
Last active August 29, 2015 14:08
Show Gist options
  • Save iesen/875e8a282fd06380f4aa to your computer and use it in GitHub Desktop.
Save iesen/875e8a282fd06380f4aa to your computer and use it in GitHub Desktop.
blog-angularhttp-1
// **** Karakter problemi ile karşılaşılır ****
// Eger 'query' non-ascii karakter icerirse server a doğru karakterler gitmez
$http.get("/mysite/foo?name=" + query)
.then(function(data) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment