Last active
August 29, 2015 14:08
-
-
Save iesen/acbf7d2b0ac7b2f884ee to your computer and use it in GitHub Desktop.
blog-angularhttp-2
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
// /mysite/foo?name=queryDegeri şeklinde istek oluşacak ve parametre değeri url encode edilecektir. | |
$http.get("/mysite/foo", { | |
params: { name : query } | |
}) | |
.then(function(data) { | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment