BartlomiejSkwira
7/9/2013 - 8:01 AM

Sent http with params

Sent http with params

$http({
    url: user.details_path, 
    method: "GET",
    params: {user_id: user.id}
 });