Skip to content

Instantly share code, notes, and snippets.

@matzew
Created August 22, 2012 13:42
Show Gist options
  • Save matzew/3425678 to your computer and use it in GitHub Desktop.
Save matzew/3425678 to your computer and use it in GitHub Desktop.
Returning URL from a Pipe?
var todo = aerogear.pipeline([
{
name: "tasks",
settings: {
url: "/todo-server/tasks"
}
},
....
Tasks = todo.pipes[ "tasks" ];
....
var urlstring = Tasks.url ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment