Skip to content

Instantly share code, notes, and snippets.

@matzew
Created August 22, 2012 13:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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