Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created April 11, 2013 05:45
Show Gist options
  • Save jpotts18/5361028 to your computer and use it in GitHub Desktop.
Save jpotts18/5361028 to your computer and use it in GitHub Desktop.
$http({
url: user.details_path,
method: "GET",
params: {user_id: user.id}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment