Last active
August 29, 2015 14:08
-
-
Save iesen/875e8a282fd06380f4aa to your computer and use it in GitHub Desktop.
blog-angularhttp-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// **** 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