Skip to content

Instantly share code, notes, and snippets.

@iesen
Last active August 29, 2015 14:08
Show Gist options
  • Save iesen/acbf7d2b0ac7b2f884ee to your computer and use it in GitHub Desktop.
Save iesen/acbf7d2b0ac7b2f884ee to your computer and use it in GitHub Desktop.
blog-angularhttp-2
// /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